Html Css Color HEX #EEBF14 Moon Yellow

📋 copy color: '#EEBF14'

red 238 ◦ green 191 ◦ blue 20

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

Shades of Moon Yellow #EEBF14

Tints of Moon Yellow #EEBF14

RGB

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

 GREEN value IS 191 (75% from 255) = 42.54%

 BLUE value IS 20 (8.2% from 255) = 4.45%

R = 53.01%
G = 42.54%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEBF14 (or 0xEEBF14) is known color: Moon Yellow. HEX triplet: EE, BF and 14. RGB value is (238,191,20). Sum of RGB (Red+Green+Blue) = 238+191+20=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBF14 is #1140EB. Grayscale: #BABABA. Windows color (decimal): -1130732 or 1359854. OLE color: 1359854.

HSL color Cylindrical-coordinate representation of color #EEBF14: hue angle of 47.06º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEBF14 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 191 20 -
CMYK 0 0.20 0.92 0.07
HSL 47.06º 0.87% 0.51% -
HSV(B) 47.06º 0.92% 0.93% -
XYZ 54.02 55.49 8.53 -
YUV 185.56 34.57 165.4 -
System Red Green Blue C M Y K H S L
Decimal 238 191 20 0 0.20 0.92 0.07 47.06 0.87 0.51
Hex EE BF 14 0 14 5C 7 2F 57 33
Octal 356 277 24 0 24 134 7 57 127 63
Binary 11101110 10111111 10100 0 10100 1011100 111 101111 1010111 110011

Color Harmonies of #EEBF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBF14

Black with #EEBF14

Text Example


Text Example

White with #EEBF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBF14; }

 p { color: rgb(238,191,20); }

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

background-color css

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

 a { background-color: rgb(238,191,20); }

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

border-color css

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

 span { border-color: rgb(238,191,20); }

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