Html Css Color HEX #EEC528 Moon Yellow

📋 copy color: '#EEC528'

red 238 ◦ green 197 ◦ blue 40

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

Shades of Moon Yellow #EEC528

Tints of Moon Yellow #EEC528

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.47%

 BLUE value IS 40 (16.02% from 255) = 8.42%

R = 50.11%
G = 41.47%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEC528 (or 0xEEC528) is known color: Moon Yellow. HEX triplet: EE, C5 and 28. RGB value is (238,197,40). Sum of RGB (Red+Green+Blue) = 238+197+40=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC528 is #113AD7. Grayscale: #C0C0C0. Windows color (decimal): -1129176 or 2672110. OLE color: 2672110.

HSL color Cylindrical-coordinate representation of color #EEC528: hue angle of 47.58º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEC528 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 197 40 -
CMYK 0 0.17 0.83 0.07
HSL 47.58º 0.85% 0.55% -
HSV(B) 47.58º 0.83% 0.93% -
XYZ 55.61 58.26 10.32 -
YUV 191.36 42.58 161.27 -
System Red Green Blue C M Y K H S L
Decimal 238 197 40 0 0.17 0.83 0.07 47.58 0.85 0.55
Hex EE C5 28 0 11 53 7 30 55 37
Octal 356 305 50 0 21 123 7 60 125 67
Binary 11101110 11000101 101000 0 10001 1010011 111 110000 1010101 110111

Color Harmonies of #EEC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC528

Black with #EEC528

Text Example


Text Example

White with #EEC528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC528; }

 p { color: rgb(238,197,40); }

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

background-color css

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

 a { background-color: rgb(238,197,40); }

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

border-color css

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

 span { border-color: rgb(238,197,40); }

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