Html Css Color HEX #ECBE0C Golden Poppy

📋 copy color: '#ECBE0C'

red 236 ◦ green 190 ◦ blue 12

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

Shades of Golden Poppy #ECBE0C

Tints of Golden Poppy #ECBE0C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.38%

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

R = 53.88%
G = 43.38%
B = 2.74%

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

#ECBE0C (or 0xECBE0C) is known color: Golden Poppy. HEX triplet: EC, BE and 0C. RGB value is (236,190,12). Sum of RGB (Red+Green+Blue) = 236+190+12=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBE0C is #1341F3. Grayscale: #B8B8B8. Windows color (decimal): -1262068 or 835308. OLE color: 835308.

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

Color convert

RGB 236 190 12 -
CMYK 0 0.19 0.95 0.07
HSL 47.68º 0.9% 0.49% -
HSV(B) 47.68º 0.95% 0.93% -
XYZ 53.07 54.69 8.11 -
YUV 183.46 31.24 165.47 -
System Red Green Blue C M Y K H S L
Decimal 236 190 12 0 0.19 0.95 0.07 47.68 0.9 0.49
Hex EC BE C 0 13 5F 7 30 5A 31
Octal 354 276 14 0 23 137 7 60 132 61
Binary 11101100 10111110 1100 0 10011 1011111 111 110000 1011010 110001

Color Harmonies of #ECBE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE0C

Black with #ECBE0C

Text Example


Text Example

White with #ECBE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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