Html Css Color HEX #EEC80F Moon Yellow

📋 copy color: '#EEC80F'

red 238 ◦ green 200 ◦ blue 15

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

Shades of Moon Yellow #EEC80F

Tints of Moon Yellow #EEC80F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.15%

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

R = 52.54%
G = 44.15%
B = 3.31%

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

#EEC80F (or 0xEEC80F) is known color: Moon Yellow. HEX triplet: EE, C8 and 0F. RGB value is (238,200,15). Sum of RGB (Red+Green+Blue) = 238+200+15=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 15 (6.25% from 255 or 3.31% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC80F is #1137F0. Grayscale: #BFBFBF. Windows color (decimal): -1128433 or 1034478. OLE color: 1034478.

HSL color Cylindrical-coordinate representation of color #EEC80F: hue angle of 49.78º 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 #EEC80F is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 200 15 -
CMYK 0 0.16 0.94 0.07
HSL 49.78º 0.88% 0.5% -
HSV(B) 49.78º 0.94% 0.93% -
XYZ 56 59.52 8.99 -
YUV 190.27 29.09 162.04 -
System Red Green Blue C M Y K H S L
Decimal 238 200 15 0 0.16 0.94 0.07 49.78 0.88 0.5
Hex EE C8 F 0 10 5E 7 32 58 32
Octal 356 310 17 0 20 136 7 62 130 62
Binary 11101110 11001000 1111 0 10000 1011110 111 110010 1011000 110010

Color Harmonies of #EEC80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC80F

Black with #EEC80F

Text Example


Text Example

White with #EEC80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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