Html Css Color HEX #EABD0C Moon Yellow

📋 copy color: '#EABD0C'

red 234 ◦ green 189 ◦ blue 12

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

Shades of Moon Yellow #EABD0C

Tints of Moon Yellow #EABD0C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.45%

 BLUE value IS 12 (5.08% from 255) = 2.76%

R = 53.79%
G = 43.45%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EABD0C (or 0xEABD0C) is known color: Moon Yellow. HEX triplet: EA, BD and 0C. RGB value is (234,189,12). Sum of RGB (Red+Green+Blue) = 234+189+12=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABD0C is #1542F3. Grayscale: #B7B7B7. Windows color (decimal): -1393396 or 835050. OLE color: 835050.

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

Color convert

RGB 234 189 12 -
CMYK 0 0.19 0.95 0.08
HSL 47.84º 0.9% 0.48% -
HSV(B) 47.84º 0.95% 0.92% -
XYZ 52.2 53.91 8 -
YUV 182.28 31.91 164.89 -
System Red Green Blue C M Y K H S L
Decimal 234 189 12 0 0.19 0.95 0.08 47.84 0.9 0.48
Hex EA BD C 0 13 5F 8 30 5A 30
Octal 352 275 14 0 23 137 10 60 132 60
Binary 11101010 10111101 1100 0 10011 1011111 1000 110000 1011010 110000

Color Harmonies of #EABD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD0C

Black with #EABD0C

Text Example


Text Example

White with #EABD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD0C; }

 p { color: rgb(234,189,12); }

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

background-color css

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

 a { background-color: rgb(234,189,12); }

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

border-color css

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

 span { border-color: rgb(234,189,12); }

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