Html Css Color HEX #EECA14 Moon Yellow

📋 copy color: '#EECA14'

red 238 ◦ green 202 ◦ blue 20

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

Shades of Moon Yellow #EECA14

Tints of Moon Yellow #EECA14

RGB

 RED value IS 238 (93.36% from 255) = 51.74%

 GREEN value IS 202 (79.3% from 255) = 43.91%

 BLUE value IS 20 (8.2% from 255) = 4.35%

R = 51.74%
G = 43.91%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EECA14 (or 0xEECA14) is known color: Moon Yellow. HEX triplet: EE, CA and 14. RGB value is (238,202,20). Sum of RGB (Red+Green+Blue) = 238+202+20=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 20 (8.20% from 255 or 4.35% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECA14 is #1135EB. Grayscale: #C0C0C0. Windows color (decimal): -1127916 or 1362670. OLE color: 1362670.

HSL color Cylindrical-coordinate representation of color #EECA14: hue angle of 50.09º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EECA14 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 202 20 -
CMYK 0 0.15 0.92 0.07
HSL 50.09º 0.87% 0.51% -
HSV(B) 50.09º 0.92% 0.93% -
XYZ 56.51 60.47 9.36 -
YUV 192.02 30.93 160.8 -
System Red Green Blue C M Y K H S L
Decimal 238 202 20 0 0.15 0.92 0.07 50.09 0.87 0.51
Hex EE CA 14 0 F 5C 7 32 57 33
Octal 356 312 24 0 17 134 7 62 127 63
Binary 11101110 11001010 10100 0 1111 1011100 111 110010 1010111 110011

Color Harmonies of #EECA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA14

Black with #EECA14

Text Example


Text Example

White with #EECA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA14; }

 p { color: rgb(238,202,20); }

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

background-color css

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

 a { background-color: rgb(238,202,20); }

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

border-color css

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

 span { border-color: rgb(238,202,20); }

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