Html Css Color HEX #EEB80E Moon Yellow

📋 copy color: '#EEB80E'

red 238 ◦ green 184 ◦ blue 14

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

Shades of Moon Yellow #EEB80E

Tints of Moon Yellow #EEB80E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.2%

 BLUE value IS 14 (5.86% from 255) = 3.21%

R = 54.59%
G = 42.2%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EEB80E (or 0xEEB80E) is known color: Moon Yellow. HEX triplet: EE, B8 and 0E. RGB value is (238,184,14). Sum of RGB (Red+Green+Blue) = 238+184+14=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB80E is #1147F1. Grayscale: #B5B5B5. Windows color (decimal): -1132530 or 964846. OLE color: 964846.

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

Color convert

RGB 238 184 14 -
CMYK 0 0.23 0.94 0.07
HSL 45.54º 0.89% 0.49% -
HSV(B) 45.54º 0.94% 0.93% -
XYZ 52.48 52.49 7.78 -
YUV 180.77 33.89 168.82 -
System Red Green Blue C M Y K H S L
Decimal 238 184 14 0 0.23 0.94 0.07 45.54 0.89 0.49
Hex EE B8 E 0 17 5E 7 2E 59 31
Octal 356 270 16 0 27 136 7 56 131 61
Binary 11101110 10111000 1110 0 10111 1011110 111 101110 1011001 110001

Color Harmonies of #EEB80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB80E

Black with #EEB80E

Text Example


Text Example

White with #EEB80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB80E; }

 p { color: rgb(238,184,14); }

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

background-color css

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

 a { background-color: rgb(238,184,14); }

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

border-color css

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

 span { border-color: rgb(238,184,14); }

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