Html Css Color HEX #EFC528 Moon Yellow

📋 copy color: '#EFC528'

red 239 ◦ green 197 ◦ blue 40

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

Shades of Moon Yellow #EFC528

Tints of Moon Yellow #EFC528

RGB

 RED value IS 239 (93.75% from 255) = 50.21%

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

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

R = 50.21%
G = 41.39%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFC528 (or 0xEFC528) is known color: Moon Yellow. HEX triplet: EF, C5 and 28. RGB value is (239,197,40). Sum of RGB (Red+Green+Blue) = 239+197+40=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC528 is #103AD7. Grayscale: #C0C0C0. Windows color (decimal): -1063640 or 2672111. OLE color: 2672111.

HSL color Cylindrical-coordinate representation of color #EFC528: hue angle of 47.34º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFC528 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 197 40 -
CMYK 0 0.18 0.83 0.06
HSL 47.34º 0.86% 0.55% -
HSV(B) 47.34º 0.83% 0.94% -
XYZ 55.95 58.44 10.34 -
YUV 191.66 42.41 161.77 -
System Red Green Blue C M Y K H S L
Decimal 239 197 40 0 0.18 0.83 0.06 47.34 0.86 0.55
Hex EF C5 28 0 12 53 6 2F 56 37
Octal 357 305 50 0 22 123 6 57 126 67
Binary 11101111 11000101 101000 0 10010 1010011 110 101111 1010110 110111

Color Harmonies of #EFC528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC528

Black with #EFC528

Text Example


Text Example

White with #EFC528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC528; }

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

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

background-color css

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

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

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

border-color css

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

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

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