Html Css Color HEX #E9CA14 Moon Yellow

📋 copy color: '#E9CA14'

red 233 ◦ green 202 ◦ blue 20

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

Shades of Moon Yellow #E9CA14

Tints of Moon Yellow #E9CA14

RGB

 RED value IS 233 (91.41% from 255) = 51.21%

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

 BLUE value IS 20 (8.2% from 255) = 4.4%

R = 51.21%
G = 44.4%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E9CA14 (or 0xE9CA14) is known color: Moon Yellow. HEX triplet: E9, CA and 14. RGB value is (233,202,20). Sum of RGB (Red+Green+Blue) = 233+202+20=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9CA14 is #1635EB. Grayscale: #BFBFBF. Windows color (decimal): -1455596 or 1362665. OLE color: 1362665.

HSL color Cylindrical-coordinate representation of color #E9CA14: hue angle of 51.27º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9CA14 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 202 20 -
CMYK 0 0.13 0.91 0.09
HSL 51.27º 0.84% 0.5% -
HSV(B) 51.27º 0.91% 0.91% -
XYZ 54.85 59.62 9.28 -
YUV 190.52 31.77 158.3 -
System Red Green Blue C M Y K H S L
Decimal 233 202 20 0 0.13 0.91 0.09 51.27 0.84 0.5
Hex E9 CA 14 0 D 5B 9 33 54 32
Octal 351 312 24 0 15 133 11 63 124 62
Binary 11101001 11001010 10100 0 1101 1011011 1001 110011 1010100 110010

Color Harmonies of #E9CA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CA14

Black with #E9CA14

Text Example


Text Example

White with #E9CA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CA14; }

 p { color: rgb(233,202,20); }

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

background-color css

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

 a { background-color: rgb(233,202,20); }

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

border-color css

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

 span { border-color: rgb(233,202,20); }

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