Html Css Color HEX #EFCA0E Moon Yellow

📋 copy color: '#EFCA0E'

red 239 ◦ green 202 ◦ blue 14

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

Shades of Moon Yellow #EFCA0E

Tints of Moon Yellow #EFCA0E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.4%

 BLUE value IS 14 (5.86% from 255) = 3.08%

R = 52.53%
G = 44.4%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFCA0E (or 0xEFCA0E) is known color: Moon Yellow. HEX triplet: EF, CA and 0E. RGB value is (239,202,14). Sum of RGB (Red+Green+Blue) = 239+202+14=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCA0E is #1035F1. Grayscale: #C0C0C0. Windows color (decimal): -1062386 or 969455. OLE color: 969455.

HSL color Cylindrical-coordinate representation of color #EFCA0E: hue angle of 50.13º degrees, saturation: 0.89, 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 #EFCA0E is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 202 14 -
CMYK 0 0.15 0.94 0.06
HSL 50.13º 0.89% 0.5% -
HSV(B) 50.13º 0.94% 0.94% -
XYZ 56.8 60.62 9.12 -
YUV 191.63 27.76 161.79 -
System Red Green Blue C M Y K H S L
Decimal 239 202 14 0 0.15 0.94 0.06 50.13 0.89 0.5
Hex EF CA E 0 F 5E 6 32 59 32
Octal 357 312 16 0 17 136 6 62 131 62
Binary 11101111 11001010 1110 0 1111 1011110 110 110010 1011001 110010

Color Harmonies of #EFCA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA0E

Black with #EFCA0E

Text Example


Text Example

White with #EFCA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA0E; }

 p { color: rgb(239,202,14); }

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

background-color css

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

 a { background-color: rgb(239,202,14); }

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

border-color css

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

 span { border-color: rgb(239,202,14); }

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