Html Css Color HEX #EAE58D Khaki

📋 copy color: '#EAE58D'

red 234 ◦ green 229 ◦ blue 141

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

Shades of Khaki #EAE58D

Tints of Khaki #EAE58D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.91%

 BLUE value IS 141 (55.47% from 255) = 23.34%

R = 38.74%
G = 37.91%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAE58D (or 0xEAE58D) is known color: Khaki. HEX triplet: EA, E5 and 8D. RGB value is (234,229,141). Sum of RGB (Red+Green+Blue) = 234+229+141=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE58D is #151A72. Grayscale: #DCDCDC. Windows color (decimal): -1383027 or 9299434. OLE color: 9299434.

HSL color Cylindrical-coordinate representation of color #EAE58D: hue angle of 56.77º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAE58D is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 229 141 -
CMYK 0 0.02 0.40 0.08
HSL 56.77º 0.69% 0.74% -
HSV(B) 56.77º 0.4% 0.92% -
XYZ 66.76 75.45 36.24 -
YUV 220.46 83.16 137.66 -
System Red Green Blue C M Y K H S L
Decimal 234 229 141 0 0.02 0.40 0.08 56.77 0.69 0.74
Hex EA E5 8D 0 2 28 8 39 45 4A
Octal 352 345 215 0 2 50 10 71 105 112
Binary 11101010 11100101 10001101 0 10 101000 1000 111001 1000101 1001010

Color Harmonies of #EAE58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE58D

Black with #EAE58D

Text Example


Text Example

White with #EAE58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE58D; }

 p { color: rgb(234,229,141); }

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

background-color css

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

 a { background-color: rgb(234,229,141); }

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

border-color css

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

 span { border-color: rgb(234,229,141); }

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