Html Css Color HEX #EFCA1A Moon Yellow

📋 copy color: '#EFCA1A'

red 239 ◦ green 202 ◦ blue 26

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

Shades of Moon Yellow #EFCA1A

Tints of Moon Yellow #EFCA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.57%

R = 51.18%
G = 43.25%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFCA1A (or 0xEFCA1A) is known color: Moon Yellow. HEX triplet: EF, CA and 1A. RGB value is (239,202,26). Sum of RGB (Red+Green+Blue) = 239+202+26=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 26 (10.55% from 255 or 5.57% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCA1A is #1035E5. Grayscale: #C1C1C1. Windows color (decimal): -1062374 or 1755887. OLE color: 1755887.

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

Color convert

RGB 239 202 26 -
CMYK 0 0.15 0.89 0.06
HSL 49.58º 0.87% 0.52% -
HSV(B) 49.58º 0.89% 0.94% -
XYZ 56.9 60.67 9.69 -
YUV 193 33.76 160.81 -
System Red Green Blue C M Y K H S L
Decimal 239 202 26 0 0.15 0.89 0.06 49.58 0.87 0.52
Hex EF CA 1A 0 F 59 6 32 57 34
Octal 357 312 32 0 17 131 6 62 127 64
Binary 11101111 11001010 11010 0 1111 1011001 110 110010 1010111 110100

Color Harmonies of #EFCA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA1A

Black with #EFCA1A

Text Example


Text Example

White with #EFCA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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