Html Css Color HEX #ECBF05 Golden Poppy

📋 copy color: '#ECBF05'

red 236 ◦ green 191 ◦ blue 5

#ECBF05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Poppy #ECBF05

Tints of Golden Poppy #ECBF05

RGB

 RED value IS 236 (92.58% from 255) = 54.63%

 GREEN value IS 191 (75% from 255) = 44.21%

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 54.63%
G = 44.21%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECBF05 (or 0xECBF05) is known color: Golden Poppy. HEX triplet: EC, BF and 05. RGB value is (236,191,5). Sum of RGB (Red+Green+Blue) = 236+191+5=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 5 (2.34% from 255 or 1.16% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBF05 is #1340FA. Grayscale: #B8B8B8. Windows color (decimal): -1261819 or 376812. OLE color: 376812.

HSL color Cylindrical-coordinate representation of color #ECBF05: hue angle of 48.31º degrees, saturation: 0.96, 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 #ECBF05 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 191 5 -
CMYK 0 0.19 0.98 0.07
HSL 48.31º 0.96% 0.47% -
HSV(B) 48.31º 0.98% 0.93% -
XYZ 53.25 55.11 7.97 -
YUV 183.25 27.41 165.62 -
System Red Green Blue C M Y K H S L
Decimal 236 191 5 0 0.19 0.98 0.07 48.31 0.96 0.47
Hex EC BF 5 0 13 62 7 30 60 2F
Octal 354 277 5 0 23 142 7 60 140 57
Binary 11101100 10111111 101 0 10011 1100010 111 110000 1100000 101111

Color Harmonies of #ECBF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBF05

Black with #ECBF05

Text Example


Text Example

White with #ECBF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBF05; }

 p { color: rgb(236,191,5); }

 H1.HeaderClassName
 {
   color: #ECBF05;
 }
 .AnyTagClassName
 {
   color: #ECBF05;
 }
</style>

background-color css

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

 a { background-color: rgb(236,191,5); }

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

border-color css

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

 span { border-color: rgb(236,191,5); }

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