Html Css Color HEX #EFC513 Moon Yellow

📋 copy color: '#EFC513'

red 239 ◦ green 197 ◦ blue 19

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

Shades of Moon Yellow #EFC513

Tints of Moon Yellow #EFC513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.18%

R = 52.53%
G = 43.3%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFC513 (or 0xEFC513) is known color: Moon Yellow. HEX triplet: EF, C5 and 13. RGB value is (239,197,19). Sum of RGB (Red+Green+Blue) = 239+197+19=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 19 (7.81% from 255 or 4.18% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC513 is #103AEC. Grayscale: #BEBEBE. Windows color (decimal): -1063661 or 1295855. OLE color: 1295855.

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

Color convert

RGB 239 197 19 -
CMYK 0 0.18 0.92 0.06
HSL 48.55º 0.87% 0.51% -
HSV(B) 48.55º 0.92% 0.94% -
XYZ 55.68 58.33 8.94 -
YUV 189.27 31.91 163.47 -
System Red Green Blue C M Y K H S L
Decimal 239 197 19 0 0.18 0.92 0.06 48.55 0.87 0.51
Hex EF C5 13 0 12 5C 6 31 57 33
Octal 357 305 23 0 22 134 6 61 127 63
Binary 11101111 11000101 10011 0 10010 1011100 110 110001 1010111 110011

Color Harmonies of #EFC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC513

Black with #EFC513

Text Example


Text Example

White with #EFC513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC513; }

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

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

background-color css

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

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

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

border-color css

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

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

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