Html Css Color HEX #EACB0D Moon Yellow

📋 copy color: '#EACB0D'

red 234 ◦ green 203 ◦ blue 13

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

Shades of Moon Yellow #EACB0D

Tints of Moon Yellow #EACB0D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.11%

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

R = 52%
G = 45.11%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EACB0D (or 0xEACB0D) is known color: Moon Yellow. HEX triplet: EA, CB and 0D. RGB value is (234,203,13). Sum of RGB (Red+Green+Blue) = 234+203+13=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 13 (5.47% from 255 or 2.89% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB0D is #1534F2. Grayscale: #BFBFBF. Windows color (decimal): -1389811 or 904170. OLE color: 904170.

HSL color Cylindrical-coordinate representation of color #EACB0D: hue angle of 51.58º 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 #EACB0D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 203 13 -
CMYK 0 0.13 0.94 0.08
HSL 51.58º 0.89% 0.48% -
HSV(B) 51.58º 0.94% 0.92% -
XYZ 55.36 60.23 9.09 -
YUV 190.61 27.77 158.95 -
System Red Green Blue C M Y K H S L
Decimal 234 203 13 0 0.13 0.94 0.08 51.58 0.89 0.48
Hex EA CB D 0 D 5E 8 34 59 30
Octal 352 313 15 0 15 136 10 64 131 60
Binary 11101010 11001011 1101 0 1101 1011110 1000 110100 1011001 110000

Color Harmonies of #EACB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB0D

Black with #EACB0D

Text Example


Text Example

White with #EACB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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