#ecbe04

Color #ECBE04 Golden Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Poppy #ECBE04

Tints of Golden Poppy #ECBE04

Color information

#ECBE04 (or 0xECBE04) is unknown color: approx Golden Poppy. HEX triplet: EC, BE and 04. RGB value is (236,190,4). Sum of RGB (Red+Green+Blue) = 236+190+4=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 4 (1.95% from 255 or 0.93% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBE04 is #1341FB. Grayscale: #B7B7B7. Windows color (decimal): -1262076 or 311020. OLE color: 311020.

HSL color Cylindrical-coordinate representation of color #ECBE04: hue angle of 48.1º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECBE04 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB2361904-
CMYK00.190.980.07
HSL48.1º96.67%47.06%-
HSV(B)48.1º98.31%92.55%-
XYZ53.0354.677.87-
YUV182.5527.24166.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 54.88%
GREEN value IS 190 (74.61% from 255) = 44.19%
BLUE value IS 4 (1.95% from 255) = 0.93%
R=54.88%
G=44.19%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236190400.190.980.0748.196.6747.06
HexECBE401362730612f
Octal354276402314276014157
Binary111011001011111010001001111000101111100001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecbe04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecbe04; }

 p { color: rgb(236,190,4); }

 H1.HeaderClassName
 {
   color: #ecbe04;
 }
 .AnyTagClassName
 {
   color: #ecbe04;
 }
</style>
background-color css

<style>
 a { background-color: #ecbe04; }

 a { background-color: rgb(236,190,4); }

 div.DivClassName
 {
   background-color: #ecbe04;
 }
 .BgClassName
 {
   background-color: #ecbe04;
 }
</style>
border-color css

<style>
 span { border-color: #ecbe04; }

 span { border-color: rgb(236,190,4); }

 td.TdClassName
 {
   border-color: #ecbe04;
 }
 .TagClassName
 {
   border-color: #ecbe04;
 }
</style>