Html Css Color HEX #ECC308 Golden Poppy

📋 copy color: '#ECC308'

red 236 ◦ green 195 ◦ blue 8

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

Shades of Golden Poppy #ECC308

Tints of Golden Poppy #ECC308

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.42%

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

R = 53.76%
G = 44.42%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECC308 (or 0xECC308) is known color: Golden Poppy. HEX triplet: EC, C3 and 08. RGB value is (236,195,8). Sum of RGB (Red+Green+Blue) = 236+195+8=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC308 is #133CF7. Grayscale: #BABABA. Windows color (decimal): -1260792 or 574444. OLE color: 574444.

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

Color convert

RGB 236 195 8 -
CMYK 0 0.17 0.97 0.07
HSL 49.21º 0.93% 0.48% -
HSV(B) 49.21º 0.97% 0.93% -
XYZ 54.15 56.88 8.35 -
YUV 185.94 27.58 163.71 -
System Red Green Blue C M Y K H S L
Decimal 236 195 8 0 0.17 0.97 0.07 49.21 0.93 0.48
Hex EC C3 8 0 11 61 7 31 5D 30
Octal 354 303 10 0 21 141 7 61 135 60
Binary 11101100 11000011 1000 0 10001 1100001 111 110001 1011101 110000

Color Harmonies of #ECC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC308

Black with #ECC308

Text Example


Text Example

White with #ECC308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC308; }

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

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

background-color css

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

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

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

border-color css

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

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

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