Html Css Color HEX #ECC70F Moon Yellow

📋 copy color: '#ECC70F'

red 236 ◦ green 199 ◦ blue 15

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

Shades of Moon Yellow #ECC70F

Tints of Moon Yellow #ECC70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.33%

R = 52.44%
G = 44.22%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECC70F (or 0xECC70F) is known color: Moon Yellow. HEX triplet: EC, C7 and 0F. RGB value is (236,199,15). Sum of RGB (Red+Green+Blue) = 236+199+15=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC70F is #1338F0. Grayscale: #BDBDBD. Windows color (decimal): -1259761 or 1034220. OLE color: 1034220.

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

Color convert

RGB 236 199 15 -
CMYK 0 0.16 0.94 0.07
HSL 49.95º 0.88% 0.49% -
HSV(B) 49.95º 0.94% 0.93% -
XYZ 55.1 58.71 8.88 -
YUV 189.09 29.76 161.46 -
System Red Green Blue C M Y K H S L
Decimal 236 199 15 0 0.16 0.94 0.07 49.95 0.88 0.49
Hex EC C7 F 0 10 5E 7 32 58 31
Octal 354 307 17 0 20 136 7 62 130 61
Binary 11101100 11000111 1111 0 10000 1011110 111 110010 1011000 110001

Color Harmonies of #ECC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC70F

Black with #ECC70F

Text Example


Text Example

White with #ECC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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