Html Css Color HEX #EEC80D Moon Yellow

📋 copy color: '#EEC80D'

red 238 ◦ green 200 ◦ blue 13

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

Shades of Moon Yellow #EEC80D

Tints of Moon Yellow #EEC80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.88%

R = 52.77%
G = 44.35%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEC80D (or 0xEEC80D) is known color: Moon Yellow. HEX triplet: EE, C8 and 0D. RGB value is (238,200,13). Sum of RGB (Red+Green+Blue) = 238+200+13=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC80D is #1137F2. Grayscale: #BEBEBE. Windows color (decimal): -1128435 or 903406. OLE color: 903406.

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

Color convert

RGB 238 200 13 -
CMYK 0 0.16 0.95 0.07
HSL 49.87º 0.9% 0.49% -
HSV(B) 49.87º 0.95% 0.93% -
XYZ 55.99 59.51 8.92 -
YUV 190.04 28.09 162.21 -
System Red Green Blue C M Y K H S L
Decimal 238 200 13 0 0.16 0.95 0.07 49.87 0.9 0.49
Hex EE C8 D 0 10 5F 7 32 5A 31
Octal 356 310 15 0 20 137 7 62 132 61
Binary 11101110 11001000 1101 0 10000 1011111 111 110010 1011010 110001

Color Harmonies of #EEC80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC80D

Black with #EEC80D

Text Example


Text Example

White with #EEC80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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