Html Css Color HEX #EFCA1C Moon Yellow

📋 copy color: '#EFCA1C'

red 239 ◦ green 202 ◦ blue 28

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

Shades of Moon Yellow #EFCA1C

Tints of Moon Yellow #EFCA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.97%

R = 50.96%
G = 43.07%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFCA1C (or 0xEFCA1C) is known color: Moon Yellow. HEX triplet: EF, CA and 1C. RGB value is (239,202,28). Sum of RGB (Red+Green+Blue) = 239+202+28=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCA1C is #1035E3. Grayscale: #C1C1C1. Windows color (decimal): -1062372 or 1886959. OLE color: 1886959.

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

Color convert

RGB 239 202 28 -
CMYK 0 0.15 0.88 0.06
HSL 49.48º 0.87% 0.52% -
HSV(B) 49.48º 0.88% 0.94% -
XYZ 56.93 60.68 9.81 -
YUV 193.23 34.76 160.65 -
System Red Green Blue C M Y K H S L
Decimal 239 202 28 0 0.15 0.88 0.06 49.48 0.87 0.52
Hex EF CA 1C 0 F 58 6 31 57 34
Octal 357 312 34 0 17 130 6 61 127 64
Binary 11101111 11001010 11100 0 1111 1011000 110 110001 1010111 110100

Color Harmonies of #EFCA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA1C

Black with #EFCA1C

Text Example


Text Example

White with #EFCA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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