Html Css Color HEX #EAB70D Moon Yellow

📋 copy color: '#EAB70D'

red 234 ◦ green 183 ◦ blue 13

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

Shades of Moon Yellow #EAB70D

Tints of Moon Yellow #EAB70D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.56%

 BLUE value IS 13 (5.47% from 255) = 3.02%

R = 54.42%
G = 42.56%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAB70D (or 0xEAB70D) is known color: Moon Yellow. HEX triplet: EA, B7 and 0D. RGB value is (234,183,13). Sum of RGB (Red+Green+Blue) = 234+183+13=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB70D is #1548F2. Grayscale: #B3B3B3. Windows color (decimal): -1394931 or 899050. OLE color: 899050.

HSL color Cylindrical-coordinate representation of color #EAB70D: hue angle of 46.15º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAB70D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 183 13 -
CMYK 0 0.22 0.94 0.08
HSL 46.15º 0.89% 0.48% -
HSV(B) 46.15º 0.94% 0.92% -
XYZ 50.94 51.39 7.62 -
YUV 178.87 34.4 167.32 -
System Red Green Blue C M Y K H S L
Decimal 234 183 13 0 0.22 0.94 0.08 46.15 0.89 0.48
Hex EA B7 D 0 16 5E 8 2E 59 30
Octal 352 267 15 0 26 136 10 56 131 60
Binary 11101010 10110111 1101 0 10110 1011110 1000 101110 1011001 110000

Color Harmonies of #EAB70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB70D

Black with #EAB70D

Text Example


Text Example

White with #EAB70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB70D; }

 p { color: rgb(234,183,13); }

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

background-color css

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

 a { background-color: rgb(234,183,13); }

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

border-color css

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

 span { border-color: rgb(234,183,13); }

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