Html Css Color HEX #ECC108 Golden Poppy

📋 copy color: '#ECC108'

red 236 ◦ green 193 ◦ blue 8

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

Shades of Golden Poppy #ECC108

Tints of Golden Poppy #ECC108

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.16%

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

R = 54%
G = 44.16%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECC108 (or 0xECC108) is known color: Golden Poppy. HEX triplet: EC, C1 and 08. RGB value is (236,193,8). Sum of RGB (Red+Green+Blue) = 236+193+8=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 8 (3.52% from 255 or 1.83% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC108 is #133EF7. Grayscale: #B9B9B9. Windows color (decimal): -1261304 or 573932. OLE color: 573932.

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

Color convert

RGB 236 193 8 -
CMYK 0 0.18 0.97 0.07
HSL 48.68º 0.93% 0.48% -
HSV(B) 48.68º 0.97% 0.93% -
XYZ 53.71 55.99 8.21 -
YUV 184.77 28.25 164.54 -
System Red Green Blue C M Y K H S L
Decimal 236 193 8 0 0.18 0.97 0.07 48.68 0.93 0.48
Hex EC C1 8 0 12 61 7 31 5D 30
Octal 354 301 10 0 22 141 7 61 135 60
Binary 11101100 11000001 1000 0 10010 1100001 111 110001 1011101 110000

Color Harmonies of #ECC108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC108

Black with #ECC108

Text Example


Text Example

White with #ECC108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC108; }

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

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

background-color css

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

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

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

border-color css

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

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

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