Html Css Color HEX #ECB800 Golden Poppy

📋 copy color: '#ECB800'

red 236 ◦ green 184 ◦ blue 0

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

Shades of Golden Poppy #ECB800

Tints of Golden Poppy #ECB800

RGB

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

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

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

R = 56.19%
G = 43.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECB800 (or 0xECB800) is known color: Golden Poppy. HEX triplet: EC, B8 and 00. RGB value is (236,184,0). Sum of RGB (Red+Green+Blue) = 236+184+0=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB800 is #1347FF. Grayscale: #B3B3B3. Windows color (decimal): -1263616 or 47340. OLE color: 47340.

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

Color convert

RGB 236 184 0 -
CMYK 0 0.22 1 0.07
HSL 46.78º 1% 0.46% -
HSV(B) 46.78º 1% 0.93% -
XYZ 51.73 52.11 7.33 -
YUV 178.57 27.23 168.96 -
System Red Green Blue C M Y K H S L
Decimal 236 184 0 0 0.22 1 0.07 46.78 1 0.46
Hex EC B8 0 0 16 64 7 2F 64 2E
Octal 354 270 0 0 26 144 7 57 144 56
Binary 11101100 10111000 0 0 10110 1100100 111 101111 1100100 101110

Color Harmonies of #ECB800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB800

Black with #ECB800

Text Example


Text Example

White with #ECB800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB800; }

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

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

background-color css

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

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

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

border-color css

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

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

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