Html Css Color HEX #ECC003 Golden Poppy

📋 copy color: '#ECC003'

red 236 ◦ green 192 ◦ blue 3

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

Shades of Golden Poppy #ECC003

Tints of Golden Poppy #ECC003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.55%

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 54.76%
G = 44.55%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ECC003 (or 0xECC003) is known color: Golden Poppy. HEX triplet: EC, C0 and 03. RGB value is (236,192,3). Sum of RGB (Red+Green+Blue) = 236+192+3=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC003 is #133FFC. Grayscale: #B8B8B8. Windows color (decimal): -1261565 or 245996. OLE color: 245996.

HSL color Cylindrical-coordinate representation of color #ECC003: hue angle of 48.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECC003 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 192 3 -
CMYK 0 0.19 0.99 0.07
HSL 48.67º 0.97% 0.47% -
HSV(B) 48.67º 0.99% 0.93% -
XYZ 53.46 55.54 7.99 -
YUV 183.61 26.08 165.37 -
System Red Green Blue C M Y K H S L
Decimal 236 192 3 0 0.19 0.99 0.07 48.67 0.97 0.47
Hex EC C0 3 0 13 63 7 31 61 2F
Octal 354 300 3 0 23 143 7 61 141 57
Binary 11101100 11000000 11 0 10011 1100011 111 110001 1100001 101111

Color Harmonies of #ECC003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC003

Black with #ECC003

Text Example


Text Example

White with #ECC003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC003; }

 p { color: rgb(236,192,3); }

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

background-color css

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

 a { background-color: rgb(236,192,3); }

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

border-color css

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

 span { border-color: rgb(236,192,3); }

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