Html Css Color HEX #EABF0D Moon Yellow

📋 copy color: '#EABF0D'

red 234 ◦ green 191 ◦ blue 13

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

Shades of Moon Yellow #EABF0D

Tints of Moon Yellow #EABF0D

RGB

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

 GREEN value IS 191 (75% from 255) = 43.61%

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

R = 53.42%
G = 43.61%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EABF0D (or 0xEABF0D) is known color: Moon Yellow. HEX triplet: EA, BF and 0D. RGB value is (234,191,13). Sum of RGB (Red+Green+Blue) = 234+191+13=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABF0D is #1540F2. Grayscale: #B8B8B8. Windows color (decimal): -1392883 or 901098. OLE color: 901098.

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

Color convert

RGB 234 191 13 -
CMYK 0 0.18 0.94 0.08
HSL 48.33º 0.89% 0.48% -
HSV(B) 48.33º 0.94% 0.92% -
XYZ 52.64 54.78 8.18 -
YUV 183.57 31.75 163.97 -
System Red Green Blue C M Y K H S L
Decimal 234 191 13 0 0.18 0.94 0.08 48.33 0.89 0.48
Hex EA BF D 0 12 5E 8 30 59 30
Octal 352 277 15 0 22 136 10 60 131 60
Binary 11101010 10111111 1101 0 10010 1011110 1000 110000 1011001 110000

Color Harmonies of #EABF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF0D

Black with #EABF0D

Text Example


Text Example

White with #EABF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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