Html Css Color HEX #ECBF06 Golden Poppy

📋 copy color: '#ECBF06'

red 236 ◦ green 191 ◦ blue 6

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

Shades of Golden Poppy #ECBF06

Tints of Golden Poppy #ECBF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.39%

R = 54.5%
G = 44.11%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECBF06 (or 0xECBF06) is known color: Golden Poppy. HEX triplet: EC, BF and 06. RGB value is (236,191,6). Sum of RGB (Red+Green+Blue) = 236+191+6=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 6 (2.73% from 255 or 1.39% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBF06 is #1340F9. Grayscale: #B8B8B8. Windows color (decimal): -1261818 or 442348. OLE color: 442348.

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

Color convert

RGB 236 191 6 -
CMYK 0 0.19 0.97 0.07
HSL 48.26º 0.95% 0.47% -
HSV(B) 48.26º 0.97% 0.93% -
XYZ 53.26 55.11 8 -
YUV 183.37 27.91 165.54 -
System Red Green Blue C M Y K H S L
Decimal 236 191 6 0 0.19 0.97 0.07 48.26 0.95 0.47
Hex EC BF 6 0 13 61 7 30 5F 2F
Octal 354 277 6 0 23 141 7 60 137 57
Binary 11101100 10111111 110 0 10011 1100001 111 110000 1011111 101111

Color Harmonies of #ECBF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBF06

Black with #ECBF06

Text Example


Text Example

White with #ECBF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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