Html Css Color HEX #EFC512 Moon Yellow

📋 copy color: '#EFC512'

red 239 ◦ green 197 ◦ blue 18

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

Shades of Moon Yellow #EFC512

Tints of Moon Yellow #EFC512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.96%

R = 52.64%
G = 43.39%
B = 3.96%

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

#EFC512 (or 0xEFC512) is known color: Moon Yellow. HEX triplet: EF, C5 and 12. RGB value is (239,197,18). Sum of RGB (Red+Green+Blue) = 239+197+18=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC512 is #103AED. Grayscale: #BDBDBD. Windows color (decimal): -1063662 or 1230319. OLE color: 1230319.

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

Color convert

RGB 239 197 18 -
CMYK 0 0.18 0.92 0.06
HSL 48.6º 0.87% 0.5% -
HSV(B) 48.6º 0.92% 0.94% -
XYZ 55.67 58.33 8.9 -
YUV 189.15 31.41 163.55 -
System Red Green Blue C M Y K H S L
Decimal 239 197 18 0 0.18 0.92 0.06 48.6 0.87 0.5
Hex EF C5 12 0 12 5C 6 31 57 32
Octal 357 305 22 0 22 134 6 61 127 62
Binary 11101111 11000101 10010 0 10010 1011100 110 110001 1010111 110010

Color Harmonies of #EFC512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC512

Black with #EFC512

Text Example


Text Example

White with #EFC512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC512; }

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

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

background-color css

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

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

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

border-color css

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

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

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