Html Css Color HEX #EACC0B Moon Yellow

📋 copy color: '#EACC0B'

red 234 ◦ green 204 ◦ blue 11

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

Shades of Moon Yellow #EACC0B

Tints of Moon Yellow #EACC0B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.43%

 BLUE value IS 11 (4.69% from 255) = 2.45%

R = 52.12%
G = 45.43%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EACC0B (or 0xEACC0B) is known color: Moon Yellow. HEX triplet: EA, CC and 0B. RGB value is (234,204,11). Sum of RGB (Red+Green+Blue) = 234+204+11=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACC0B is #1533F4. Grayscale: #BFBFBF. Windows color (decimal): -1389557 or 773354. OLE color: 773354.

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

Color convert

RGB 234 204 11 -
CMYK 0 0.13 0.95 0.08
HSL 51.93º 0.91% 0.48% -
HSV(B) 51.93º 0.95% 0.92% -
XYZ 55.58 60.7 9.1 -
YUV 190.97 26.44 158.69 -
System Red Green Blue C M Y K H S L
Decimal 234 204 11 0 0.13 0.95 0.08 51.93 0.91 0.48
Hex EA CC B 0 D 5F 8 34 5B 30
Octal 352 314 13 0 15 137 10 64 133 60
Binary 11101010 11001100 1011 0 1101 1011111 1000 110100 1011011 110000

Color Harmonies of #EACC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC0B

Black with #EACC0B

Text Example


Text Example

White with #EACC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC0B; }

 p { color: rgb(234,204,11); }

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

background-color css

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

 a { background-color: rgb(234,204,11); }

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

border-color css

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

 span { border-color: rgb(234,204,11); }

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