Html Css Color HEX #EEB80F Moon Yellow

📋 copy color: '#EEB80F'

red 238 ◦ green 184 ◦ blue 15

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

Shades of Moon Yellow #EEB80F

Tints of Moon Yellow #EEB80F

RGB

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

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

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

R = 54.46%
G = 42.11%
B = 3.43%

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

#EEB80F (or 0xEEB80F) is known color: Moon Yellow. HEX triplet: EE, B8 and 0F. RGB value is (238,184,15). Sum of RGB (Red+Green+Blue) = 238+184+15=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB80F is #1147F0. Grayscale: #B5B5B5. Windows color (decimal): -1132529 or 1030382. OLE color: 1030382.

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

Color convert

RGB 238 184 15 -
CMYK 0 0.23 0.94 0.07
HSL 45.47º 0.88% 0.5% -
HSV(B) 45.47º 0.94% 0.93% -
XYZ 52.49 52.49 7.82 -
YUV 180.88 34.39 168.74 -
System Red Green Blue C M Y K H S L
Decimal 238 184 15 0 0.23 0.94 0.07 45.47 0.88 0.5
Hex EE B8 F 0 17 5E 7 2D 58 32
Octal 356 270 17 0 27 136 7 55 130 62
Binary 11101110 10111000 1111 0 10111 1011110 111 101101 1011000 110010

Color Harmonies of #EEB80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB80F

Black with #EEB80F

Text Example


Text Example

White with #EEB80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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