Html Css Color HEX #EEC30F Moon Yellow

📋 copy color: '#EEC30F'

red 238 ◦ green 195 ◦ blue 15

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

Shades of Moon Yellow #EEC30F

Tints of Moon Yellow #EEC30F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.53%

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

R = 53.13%
G = 43.53%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EEC30F (or 0xEEC30F) is known color: Moon Yellow. HEX triplet: EE, C3 and 0F. RGB value is (238,195,15). Sum of RGB (Red+Green+Blue) = 238+195+15=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 15 (6.25% from 255 or 3.35% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC30F is #113CF0. Grayscale: #BCBCBC. Windows color (decimal): -1129713 or 1033198. OLE color: 1033198.

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

Color convert

RGB 238 195 15 -
CMYK 0 0.18 0.94 0.07
HSL 48.43º 0.88% 0.5% -
HSV(B) 48.43º 0.94% 0.93% -
XYZ 54.86 57.24 8.61 -
YUV 187.34 30.75 164.14 -
System Red Green Blue C M Y K H S L
Decimal 238 195 15 0 0.18 0.94 0.07 48.43 0.88 0.5
Hex EE C3 F 0 12 5E 7 30 58 32
Octal 356 303 17 0 22 136 7 60 130 62
Binary 11101110 11000011 1111 0 10010 1011110 111 110000 1011000 110010

Color Harmonies of #EEC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC30F

Black with #EEC30F

Text Example


Text Example

White with #EEC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC30F; }

 p { color: rgb(238,195,15); }

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

background-color css

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

 a { background-color: rgb(238,195,15); }

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

border-color css

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

 span { border-color: rgb(238,195,15); }

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