Html Css Color HEX #ECC700 Golden Poppy

📋 copy color: '#ECC700'

red 236 ◦ green 199 ◦ blue 0

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

Shades of Golden Poppy #ECC700

Tints of Golden Poppy #ECC700

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.75%

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

R = 54.25%
G = 45.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECC700 (or 0xECC700) is known color: Golden Poppy. HEX triplet: EC, C7 and 00. RGB value is (236,199,0). Sum of RGB (Red+Green+Blue) = 236+199+0=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC700 is #1338FF. Grayscale: #BCBCBC. Windows color (decimal): -1259776 or 51180. OLE color: 51180.

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

Color convert

RGB 236 199 0 -
CMYK 0 0.16 1 0.07
HSL 50.59º 1% 0.46% -
HSV(B) 50.59º 1% 0.93% -
XYZ 55.02 58.68 8.43 -
YUV 187.38 22.26 162.68 -
System Red Green Blue C M Y K H S L
Decimal 236 199 0 0 0.16 1 0.07 50.59 1 0.46
Hex EC C7 0 0 10 64 7 33 64 2E
Octal 354 307 0 0 20 144 7 63 144 56
Binary 11101100 11000111 0 0 10000 1100100 111 110011 1100100 101110

Color Harmonies of #ECC700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC700

Black with #ECC700

Text Example


Text Example

White with #ECC700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC700; }

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

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

background-color css

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

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

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

border-color css

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

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

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