Html Css Color HEX #ECC500 Golden Poppy

📋 copy color: '#ECC500'

red 236 ◦ green 197 ◦ blue 0

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

Shades of Golden Poppy #ECC500

Tints of Golden Poppy #ECC500

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.5%

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

R = 54.5%
G = 45.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECC500 (or 0xECC500) is known color: Golden Poppy. HEX triplet: EC, C5 and 00. RGB value is (236,197,0). Sum of RGB (Red+Green+Blue) = 236+197+0=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC500 is #133AFF. Grayscale: #BBBBBB. Windows color (decimal): -1260288 or 50668. OLE color: 50668.

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

Color convert

RGB 236 197 0 -
CMYK 0 0.17 1 0.07
HSL 50.08º 1% 0.46% -
HSV(B) 50.08º 1% 0.93% -
XYZ 54.56 57.77 8.27 -
YUV 186.2 22.92 163.52 -
System Red Green Blue C M Y K H S L
Decimal 236 197 0 0 0.17 1 0.07 50.08 1 0.46
Hex EC C5 0 0 11 64 7 32 64 2E
Octal 354 305 0 0 21 144 7 62 144 56
Binary 11101100 11000101 0 0 10001 1100100 111 110010 1100100 101110

Color Harmonies of #ECC500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC500

Black with #ECC500

Text Example


Text Example

White with #ECC500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC500; }

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

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

background-color css

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

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

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

border-color css

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

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

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