Html Css Color HEX #ECC801 Golden Poppy

📋 copy color: '#ECC801'

red 236 ◦ green 200 ◦ blue 1

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

Shades of Golden Poppy #ECC801

Tints of Golden Poppy #ECC801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 54%
G = 45.77%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECC801 (or 0xECC801) is known color: Golden Poppy. HEX triplet: EC, C8 and 01. RGB value is (236,200,1). Sum of RGB (Red+Green+Blue) = 236+200+1=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC801 is #1337FE. Grayscale: #BCBCBC. Windows color (decimal): -1259519 or 116972. OLE color: 116972.

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

Color convert

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

Color Harmonies of #ECC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC801

Black with #ECC801

Text Example


Text Example

White with #ECC801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC801; }

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

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

background-color css

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

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

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

border-color css

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

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

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