Html Css Color HEX #EAC21D Moon Yellow

📋 copy color: '#EAC21D'

red 234 ◦ green 194 ◦ blue 29

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

Shades of Moon Yellow #EAC21D

Tints of Moon Yellow #EAC21D

RGB

 RED value IS 234 (91.8% from 255) = 51.2%

 GREEN value IS 194 (76.17% from 255) = 42.45%

 BLUE value IS 29 (11.72% from 255) = 6.35%

R = 51.2%
G = 42.45%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAC21D (or 0xEAC21D) is known color: Moon Yellow. HEX triplet: EA, C2 and 1D. RGB value is (234,194,29). Sum of RGB (Red+Green+Blue) = 234+194+29=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 29 (11.72% from 255 or 6.35% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC21D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC21D is #153DE2. Grayscale: #BBBBBB. Windows color (decimal): -1392099 or 1950442. OLE color: 1950442.

HSL color Cylindrical-coordinate representation of color #EAC21D: hue angle of 48.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAC21D is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 194 29 -
CMYK 0 0.17 0.88 0.08
HSL 48.29º 0.83% 0.52% -
HSV(B) 48.29º 0.88% 0.92% -
XYZ 53.45 56.16 9.19 -
YUV 187.15 38.75 161.42 -
System Red Green Blue C M Y K H S L
Decimal 234 194 29 0 0.17 0.88 0.08 48.29 0.83 0.52
Hex EA C2 1D 0 11 58 8 30 53 34
Octal 352 302 35 0 21 130 10 60 123 64
Binary 11101010 11000010 11101 0 10001 1011000 1000 110000 1010011 110100

Color Harmonies of #EAC21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC21D

Black with #EAC21D

Text Example


Text Example

White with #EAC21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC21D; }

 p { color: rgb(234,194,29); }

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

background-color css

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

 a { background-color: rgb(234,194,29); }

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

border-color css

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

 span { border-color: rgb(234,194,29); }

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