Html Css Color HEX #ECBF0C Golden Poppy

📋 copy color: '#ECBF0C'

red 236 ◦ green 191 ◦ blue 12

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

Shades of Golden Poppy #ECBF0C

Tints of Golden Poppy #ECBF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.73%

R = 53.76%
G = 43.51%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECBF0C (or 0xECBF0C) is known color: Golden Poppy. HEX triplet: EC, BF and 0C. RGB value is (236,191,12). Sum of RGB (Red+Green+Blue) = 236+191+12=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBF0C is #1340F3. Grayscale: #B8B8B8. Windows color (decimal): -1261812 or 835564. OLE color: 835564.

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

Color convert

RGB 236 191 12 -
CMYK 0 0.19 0.95 0.07
HSL 47.95º 0.9% 0.49% -
HSV(B) 47.95º 0.95% 0.93% -
XYZ 53.29 55.12 8.18 -
YUV 184.05 30.91 165.05 -
System Red Green Blue C M Y K H S L
Decimal 236 191 12 0 0.19 0.95 0.07 47.95 0.9 0.49
Hex EC BF C 0 13 5F 7 30 5A 31
Octal 354 277 14 0 23 137 7 60 132 61
Binary 11101100 10111111 1100 0 10011 1011111 111 110000 1011010 110001

Color Harmonies of #ECBF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBF0C

Black with #ECBF0C

Text Example


Text Example

White with #ECBF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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