Html Css Color HEX #ECB908 Golden Poppy

📋 copy color: '#ECB908'

red 236 ◦ green 185 ◦ blue 8

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

Shades of Golden Poppy #ECB908

Tints of Golden Poppy #ECB908

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.12%

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

R = 55.01%
G = 43.12%
B = 1.86%

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

#ECB908 (or 0xECB908) is known color: Golden Poppy. HEX triplet: EC, B9 and 08. RGB value is (236,185,8). Sum of RGB (Red+Green+Blue) = 236+185+8=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 8 (3.52% from 255 or 1.86% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB908 is #1346F7. Grayscale: #B4B4B4. Windows color (decimal): -1263352 or 571884. OLE color: 571884.

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

Color convert

RGB 236 185 8 -
CMYK 0 0.22 0.97 0.07
HSL 46.58º 0.93% 0.48% -
HSV(B) 46.58º 0.97% 0.93% -
XYZ 51.98 52.55 7.63 -
YUV 180.07 30.9 167.89 -
System Red Green Blue C M Y K H S L
Decimal 236 185 8 0 0.22 0.97 0.07 46.58 0.93 0.48
Hex EC B9 8 0 16 61 7 2F 5D 30
Octal 354 271 10 0 26 141 7 57 135 60
Binary 11101100 10111001 1000 0 10110 1100001 111 101111 1011101 110000

Color Harmonies of #ECB908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB908

Black with #ECB908

Text Example


Text Example

White with #ECB908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB908; }

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

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

background-color css

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

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

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

border-color css

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

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

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