Html Css Color HEX #EEB514 Moon Yellow

📋 copy color: '#EEB514'

red 238 ◦ green 181 ◦ blue 20

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

Shades of Moon Yellow #EEB514

Tints of Moon Yellow #EEB514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.23%

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

R = 54.21%
G = 41.23%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEB514 (or 0xEEB514) is known color: Moon Yellow. HEX triplet: EE, B5 and 14. RGB value is (238,181,20). Sum of RGB (Red+Green+Blue) = 238+181+20=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB514 is #114AEB. Grayscale: #B4B4B4. Windows color (decimal): -1133292 or 1357294. OLE color: 1357294.

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

Color convert

RGB 238 181 20 -
CMYK 0 0.24 0.92 0.07
HSL 44.31º 0.87% 0.51% -
HSV(B) 44.31º 0.92% 0.93% -
XYZ 51.91 51.28 7.82 -
YUV 179.69 37.88 169.59 -
System Red Green Blue C M Y K H S L
Decimal 238 181 20 0 0.24 0.92 0.07 44.31 0.87 0.51
Hex EE B5 14 0 18 5C 7 2C 57 33
Octal 356 265 24 0 30 134 7 54 127 63
Binary 11101110 10110101 10100 0 11000 1011100 111 101100 1010111 110011

Color Harmonies of #EEB514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB514

Black with #EEB514

Text Example


Text Example

White with #EEB514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB514; }

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

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

background-color css

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

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

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

border-color css

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

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

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