Html Css Color HEX #EFCA0F Moon Yellow

📋 copy color: '#EFCA0F'

red 239 ◦ green 202 ◦ blue 15

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

Shades of Moon Yellow #EFCA0F

Tints of Moon Yellow #EFCA0F

RGB

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

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

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

R = 52.41%
G = 44.3%
B = 3.29%

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

#EFCA0F (or 0xEFCA0F) is known color: Moon Yellow. HEX triplet: EF, CA and 0F. RGB value is (239,202,15). Sum of RGB (Red+Green+Blue) = 239+202+15=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 15 (6.25% from 255 or 3.29% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCA0F is #1035F0. Grayscale: #C0C0C0. Windows color (decimal): -1062385 or 1034991. OLE color: 1034991.

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

Color convert

RGB 239 202 15 -
CMYK 0 0.15 0.94 0.06
HSL 50.09º 0.88% 0.5% -
HSV(B) 50.09º 0.94% 0.94% -
XYZ 56.8 60.63 9.16 -
YUV 191.75 28.26 161.71 -
System Red Green Blue C M Y K H S L
Decimal 239 202 15 0 0.15 0.94 0.06 50.09 0.88 0.5
Hex EF CA F 0 F 5E 6 32 58 32
Octal 357 312 17 0 17 136 6 62 130 62
Binary 11101111 11001010 1111 0 1111 1011110 110 110010 1011000 110010

Color Harmonies of #EFCA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA0F

Black with #EFCA0F

Text Example


Text Example

White with #EFCA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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