Html Css Color HEX #ECBC0C Golden Poppy

📋 copy color: '#ECBC0C'

red 236 ◦ green 188 ◦ blue 12

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

Shades of Golden Poppy #ECBC0C

Tints of Golden Poppy #ECBC0C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.12%

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

R = 54.13%
G = 43.12%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECBC0C (or 0xECBC0C) is known color: Golden Poppy. HEX triplet: EC, BC and 0C. RGB value is (236,188,12). Sum of RGB (Red+Green+Blue) = 236+188+12=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBC0C is #1343F3. Grayscale: #B7B7B7. Windows color (decimal): -1262580 or 834796. OLE color: 834796.

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

Color convert

RGB 236 188 12 -
CMYK 0 0.20 0.95 0.07
HSL 47.14º 0.9% 0.49% -
HSV(B) 47.14º 0.95% 0.93% -
XYZ 52.64 53.83 7.96 -
YUV 182.29 31.9 166.31 -
System Red Green Blue C M Y K H S L
Decimal 236 188 12 0 0.20 0.95 0.07 47.14 0.9 0.49
Hex EC BC C 0 14 5F 7 2F 5A 31
Octal 354 274 14 0 24 137 7 57 132 61
Binary 11101100 10111100 1100 0 10100 1011111 111 101111 1011010 110001

Color Harmonies of #ECBC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBC0C

Black with #ECBC0C

Text Example


Text Example

White with #ECBC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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