Html Css Color HEX #ECB808 Golden Poppy

📋 copy color: '#ECB808'

red 236 ◦ green 184 ◦ blue 8

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

Shades of Golden Poppy #ECB808

Tints of Golden Poppy #ECB808

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.99%

 BLUE value IS 8 (3.52% from 255) = 1.87%

R = 55.14%
G = 42.99%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECB808 (or 0xECB808) is known color: Golden Poppy. HEX triplet: EC, B8 and 08. RGB value is (236,184,8). Sum of RGB (Red+Green+Blue) = 236+184+8=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB808 is #1347F7. Grayscale: #B4B4B4. Windows color (decimal): -1263608 or 571628. OLE color: 571628.

HSL color Cylindrical-coordinate representation of color #ECB808: hue angle of 46.32º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECB808 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 184 8 -
CMYK 0 0.22 0.97 0.07
HSL 46.32º 0.93% 0.48% -
HSV(B) 46.32º 0.97% 0.93% -
XYZ 51.78 52.13 7.56 -
YUV 179.48 31.23 168.31 -
System Red Green Blue C M Y K H S L
Decimal 236 184 8 0 0.22 0.97 0.07 46.32 0.93 0.48
Hex EC B8 8 0 16 61 7 2E 5D 30
Octal 354 270 10 0 26 141 7 56 135 60
Binary 11101100 10111000 1000 0 10110 1100001 111 101110 1011101 110000

Color Harmonies of #ECB808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB808

Black with #ECB808

Text Example


Text Example

White with #ECB808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB808; }

 p { color: rgb(236,184,8); }

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

background-color css

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

 a { background-color: rgb(236,184,8); }

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

border-color css

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

 span { border-color: rgb(236,184,8); }

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