Html Css Color HEX #ECB801 Golden Poppy

📋 copy color: '#ECB801'

red 236 ◦ green 184 ◦ blue 1

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

Shades of Golden Poppy #ECB801

Tints of Golden Poppy #ECB801

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.71%

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

R = 56.06%
G = 43.71%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECB801 (or 0xECB801) is known color: Golden Poppy. HEX triplet: EC, B8 and 01. RGB value is (236,184,1). Sum of RGB (Red+Green+Blue) = 236+184+1=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB801 is #1347FE. Grayscale: #B3B3B3. Windows color (decimal): -1263615 or 112876. OLE color: 112876.

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

Color convert

RGB 236 184 1 -
CMYK 0 0.22 1.00 0.07
HSL 46.72º 0.99% 0.46% -
HSV(B) 46.72º 1% 0.93% -
XYZ 51.74 52.12 7.36 -
YUV 178.69 27.73 168.88 -
System Red Green Blue C M Y K H S L
Decimal 236 184 1 0 0.22 1.00 0.07 46.72 0.99 0.46
Hex EC B8 1 0 16 64 7 2F 63 2E
Octal 354 270 1 0 26 144 7 57 143 56
Binary 11101100 10111000 1 0 10110 1100100 111 101111 1100011 101110

Color Harmonies of #ECB801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB801

Black with #ECB801

Text Example


Text Example

White with #ECB801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB801; }

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

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

background-color css

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

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

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

border-color css

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

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

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