Html Css Color HEX #EFC428 Moon Yellow

📋 copy color: '#EFC428'

red 239 ◦ green 196 ◦ blue 40

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

Shades of Moon Yellow #EFC428

Tints of Moon Yellow #EFC428

RGB

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

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

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

R = 50.32%
G = 41.26%
B = 8.42%

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

#EFC428 (or 0xEFC428) is known color: Moon Yellow. HEX triplet: EF, C4 and 28. RGB value is (239,196,40). Sum of RGB (Red+Green+Blue) = 239+196+40=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC428 is #103BD7. Grayscale: #BFBFBF. Windows color (decimal): -1063896 or 2671855. OLE color: 2671855.

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

Color convert

RGB 239 196 40 -
CMYK 0 0.18 0.83 0.06
HSL 47.04º 0.86% 0.55% -
HSV(B) 47.04º 0.83% 0.94% -
XYZ 55.72 57.98 10.26 -
YUV 191.07 42.75 162.18 -
System Red Green Blue C M Y K H S L
Decimal 239 196 40 0 0.18 0.83 0.06 47.04 0.86 0.55
Hex EF C4 28 0 12 53 6 2F 56 37
Octal 357 304 50 0 22 123 6 57 126 67
Binary 11101111 11000100 101000 0 10010 1010011 110 101111 1010110 110111

Color Harmonies of #EFC428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC428

Black with #EFC428

Text Example


Text Example

White with #EFC428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC428; }

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

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

background-color css

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

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

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

border-color css

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

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

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