Html Css Color HEX #EFC00F Moon Yellow

📋 copy color: '#EFC00F'

red 239 ◦ green 192 ◦ blue 15

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

Shades of Moon Yellow #EFC00F

Tints of Moon Yellow #EFC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.05%

 BLUE value IS 15 (6.25% from 255) = 3.36%

R = 53.59%
G = 43.05%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFC00F (or 0xEFC00F) is known color: Moon Yellow. HEX triplet: EF, C0 and 0F. RGB value is (239,192,15). Sum of RGB (Red+Green+Blue) = 239+192+15=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC00F is #103FF0. Grayscale: #BABABA. Windows color (decimal): -1064945 or 1032431. OLE color: 1032431.

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

Color convert

RGB 239 192 15 -
CMYK 0 0.20 0.94 0.06
HSL 47.41º 0.88% 0.5% -
HSV(B) 47.41º 0.94% 0.94% -
XYZ 54.53 56.08 8.4 -
YUV 185.88 31.57 165.89 -
System Red Green Blue C M Y K H S L
Decimal 239 192 15 0 0.20 0.94 0.06 47.41 0.88 0.5
Hex EF C0 F 0 14 5E 6 2F 58 32
Octal 357 300 17 0 24 136 6 57 130 62
Binary 11101111 11000000 1111 0 10100 1011110 110 101111 1011000 110010

Color Harmonies of #EFC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC00F

Black with #EFC00F

Text Example


Text Example

White with #EFC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC00F; }

 p { color: rgb(239,192,15); }

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

background-color css

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

 a { background-color: rgb(239,192,15); }

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

border-color css

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

 span { border-color: rgb(239,192,15); }

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