Html Css Color HEX #ECBD06 Golden Poppy

📋 copy color: '#ECBD06'

red 236 ◦ green 189 ◦ blue 6

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

Shades of Golden Poppy #ECBD06

Tints of Golden Poppy #ECBD06

RGB

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

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

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

R = 54.76%
G = 43.85%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECBD06 (or 0xECBD06) is known color: Golden Poppy. HEX triplet: EC, BD and 06. RGB value is (236,189,6). Sum of RGB (Red+Green+Blue) = 236+189+6=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 6 (2.73% from 255 or 1.39% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBD06 is #1342F9. Grayscale: #B6B6B6. Windows color (decimal): -1262330 or 441836. OLE color: 441836.

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

Color convert

RGB 236 189 6 -
CMYK 0 0.20 0.97 0.07
HSL 47.74º 0.95% 0.47% -
HSV(B) 47.74º 0.97% 0.93% -
XYZ 52.82 54.24 7.86 -
YUV 182.19 28.57 166.38 -
System Red Green Blue C M Y K H S L
Decimal 236 189 6 0 0.20 0.97 0.07 47.74 0.95 0.47
Hex EC BD 6 0 14 61 7 30 5F 2F
Octal 354 275 6 0 24 141 7 60 137 57
Binary 11101100 10111101 110 0 10100 1100001 111 110000 1011111 101111

Color Harmonies of #ECBD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD06

Black with #ECBD06

Text Example


Text Example

White with #ECBD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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