Html Css Color HEX #ECBB00 Golden Poppy

📋 copy color: '#ECBB00'

red 236 ◦ green 187 ◦ blue 0

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

Shades of Golden Poppy #ECBB00

Tints of Golden Poppy #ECBB00

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.21%

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

R = 55.79%
G = 44.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECBB00 (or 0xECBB00) is known color: Golden Poppy. HEX triplet: EC, BB and 00. RGB value is (236,187,0). Sum of RGB (Red+Green+Blue) = 236+187+0=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBB00 is #1344FF. Grayscale: #B5B5B5. Windows color (decimal): -1262848 or 48108. OLE color: 48108.

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

Color convert

RGB 236 187 0 -
CMYK 0 0.21 1 0.07
HSL 47.54º 1% 0.46% -
HSV(B) 47.54º 1% 0.93% -
XYZ 52.36 53.37 7.54 -
YUV 180.33 26.23 167.71 -
System Red Green Blue C M Y K H S L
Decimal 236 187 0 0 0.21 1 0.07 47.54 1 0.46
Hex EC BB 0 0 15 64 7 30 64 2E
Octal 354 273 0 0 25 144 7 60 144 56
Binary 11101100 10111011 0 0 10101 1100100 111 110000 1100100 101110

Color Harmonies of #ECBB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBB00

Black with #ECBB00

Text Example


Text Example

White with #ECBB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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