Html Css Color HEX #ECC800 Golden Poppy

📋 copy color: '#ECC800'

red 236 ◦ green 200 ◦ blue 0

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

Shades of Golden Poppy #ECC800

Tints of Golden Poppy #ECC800

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.13%
G = 45.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECC800 (or 0xECC800) is known color: Golden Poppy. HEX triplet: EC, C8 and 00. RGB value is (236,200,0). Sum of RGB (Red+Green+Blue) = 236+200+0=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC800 is #1337FF. Grayscale: #BCBCBC. Windows color (decimal): -1259520 or 51436. OLE color: 51436.

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

Color convert

RGB 236 200 0 -
CMYK 0 0.15 1 0.07
HSL 50.85º 1% 0.46% -
HSV(B) 50.85º 1% 0.93% -
XYZ 55.25 59.14 8.5 -
YUV 187.96 21.93 162.26 -
System Red Green Blue C M Y K H S L
Decimal 236 200 0 0 0.15 1 0.07 50.85 1 0.46
Hex EC C8 0 0 F 64 7 33 64 2E
Octal 354 310 0 0 17 144 7 63 144 56
Binary 11101100 11001000 0 0 1111 1100100 111 110011 1100100 101110

Color Harmonies of #ECC800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC800

Black with #ECC800

Text Example


Text Example

White with #ECC800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC800; }

 p { color: rgb(236,200,0); }

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

background-color css

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

 a { background-color: rgb(236,200,0); }

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

border-color css

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

 span { border-color: rgb(236,200,0); }

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