Html Css Color HEX #ECC007 Golden Poppy

📋 copy color: '#ECC007'

red 236 ◦ green 192 ◦ blue 7

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

Shades of Golden Poppy #ECC007

Tints of Golden Poppy #ECC007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.61%

R = 54.25%
G = 44.14%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECC007 (or 0xECC007) is known color: Golden Poppy. HEX triplet: EC, C0 and 07. RGB value is (236,192,7). Sum of RGB (Red+Green+Blue) = 236+192+7=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 7 (3.12% from 255 or 1.61% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC007 is #133FF8. Grayscale: #B8B8B8. Windows color (decimal): -1261561 or 508140. OLE color: 508140.

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

Color convert

RGB 236 192 7 -
CMYK 0 0.19 0.97 0.07
HSL 48.47º 0.94% 0.48% -
HSV(B) 48.47º 0.97% 0.93% -
XYZ 53.48 55.55 8.1 -
YUV 184.07 28.08 165.04 -
System Red Green Blue C M Y K H S L
Decimal 236 192 7 0 0.19 0.97 0.07 48.47 0.94 0.48
Hex EC C0 7 0 13 61 7 30 5E 30
Octal 354 300 7 0 23 141 7 60 136 60
Binary 11101100 11000000 111 0 10011 1100001 111 110000 1011110 110000

Color Harmonies of #ECC007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC007

Black with #ECC007

Text Example


Text Example

White with #ECC007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC007; }

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

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

background-color css

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

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

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

border-color css

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

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

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