Html Css Color HEX #EEC428 Moon Yellow

📋 copy color: '#EEC428'

red 238 ◦ green 196 ◦ blue 40

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

Shades of Moon Yellow #EEC428

Tints of Moon Yellow #EEC428

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.35%

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

R = 50.21%
G = 41.35%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEC428 (or 0xEEC428) is known color: Moon Yellow. HEX triplet: EE, C4 and 28. RGB value is (238,196,40). Sum of RGB (Red+Green+Blue) = 238+196+40=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 40 (16.02% from 255 or 8.44% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC428 is #113BD7. Grayscale: #BFBFBF. Windows color (decimal): -1129432 or 2671854. OLE color: 2671854.

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

Color convert

RGB 238 196 40 -
CMYK 0 0.18 0.83 0.07
HSL 47.27º 0.85% 0.55% -
HSV(B) 47.27º 0.83% 0.93% -
XYZ 55.38 57.81 10.25 -
YUV 190.77 42.91 161.68 -
System Red Green Blue C M Y K H S L
Decimal 238 196 40 0 0.18 0.83 0.07 47.27 0.85 0.55
Hex EE C4 28 0 12 53 7 2F 55 37
Octal 356 304 50 0 22 123 7 57 125 67
Binary 11101110 11000100 101000 0 10010 1010011 111 101111 1010101 110111

Color Harmonies of #EEC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC428

Black with #EEC428

Text Example


Text Example

White with #EEC428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC428; }

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

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

background-color css

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

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

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

border-color css

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

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

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