Html Css Color HEX #ECBD0C Golden Poppy

📋 copy color: '#ECBD0C'

red 236 ◦ green 189 ◦ blue 12

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

Shades of Golden Poppy #ECBD0C

Tints of Golden Poppy #ECBD0C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.25%

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

R = 54%
G = 43.25%
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

#ECBD0C (or 0xECBD0C) is known color: Golden Poppy. HEX triplet: EC, BD and 0C. RGB value is (236,189,12). Sum of RGB (Red+Green+Blue) = 236+189+12=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBD0C is #1342F3. Grayscale: #B7B7B7. Windows color (decimal): -1262324 or 835052. OLE color: 835052.

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

Color convert

RGB 236 189 12 -
CMYK 0 0.20 0.95 0.07
HSL 47.41º 0.9% 0.49% -
HSV(B) 47.41º 0.95% 0.93% -
XYZ 52.86 54.25 8.03 -
YUV 182.88 31.57 165.89 -
System Red Green Blue C M Y K H S L
Decimal 236 189 12 0 0.20 0.95 0.07 47.41 0.9 0.49
Hex EC BD C 0 14 5F 7 2F 5A 31
Octal 354 275 14 0 24 137 7 57 132 61
Binary 11101100 10111101 1100 0 10100 1011111 111 101111 1011010 110001

Color Harmonies of #ECBD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD0C

Black with #ECBD0C

Text Example


Text Example

White with #ECBD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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