Html Css Color HEX #EFC320 Moon Yellow

📋 copy color: '#EFC320'

red 239 ◦ green 195 ◦ blue 32

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

Shades of Moon Yellow #EFC320

Tints of Moon Yellow #EFC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.85%

 BLUE value IS 32 (12.89% from 255) = 6.87%

R = 51.29%
G = 41.85%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFC320 (or 0xEFC320) is known color: Moon Yellow. HEX triplet: EF, C3 and 20. RGB value is (239,195,32). Sum of RGB (Red+Green+Blue) = 239+195+32=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC320 is #103CDF. Grayscale: #BEBEBE. Windows color (decimal): -1064160 or 2147311. OLE color: 2147311.

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

Color convert

RGB 239 195 32 -
CMYK 0 0.18 0.87 0.06
HSL 47.25º 0.87% 0.53% -
HSV(B) 47.25º 0.87% 0.94% -
XYZ 55.37 57.49 9.54 -
YUV 189.57 39.08 163.25 -
System Red Green Blue C M Y K H S L
Decimal 239 195 32 0 0.18 0.87 0.06 47.25 0.87 0.53
Hex EF C3 20 0 12 57 6 2F 57 35
Octal 357 303 40 0 22 127 6 57 127 65
Binary 11101111 11000011 100000 0 10010 1010111 110 101111 1010111 110101

Color Harmonies of #EFC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC320

Black with #EFC320

Text Example


Text Example

White with #EFC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC320; }

 p { color: rgb(239,195,32); }

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

background-color css

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

 a { background-color: rgb(239,195,32); }

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

border-color css

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

 span { border-color: rgb(239,195,32); }

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