Html Css Color HEX #EAE48D Khaki

📋 copy color: '#EAE48D'

red 234 ◦ green 228 ◦ blue 141

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

Shades of Khaki #EAE48D

Tints of Khaki #EAE48D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.81%

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

R = 38.81%
G = 37.81%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAE48D (or 0xEAE48D) is known color: Khaki. HEX triplet: EA, E4 and 8D. RGB value is (234,228,141). Sum of RGB (Red+Green+Blue) = 234+228+141=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE48D is #151B72. Grayscale: #DCDCDC. Windows color (decimal): -1383283 or 9299178. OLE color: 9299178.

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

Color convert

RGB 234 228 141 -
CMYK 0 0.03 0.40 0.08
HSL 56.13º 0.69% 0.74% -
HSV(B) 56.13º 0.4% 0.92% -
XYZ 66.48 74.9 36.15 -
YUV 219.88 83.49 138.07 -
System Red Green Blue C M Y K H S L
Decimal 234 228 141 0 0.03 0.40 0.08 56.13 0.69 0.74
Hex EA E4 8D 0 3 28 8 38 45 4A
Octal 352 344 215 0 3 50 10 70 105 112
Binary 11101010 11100100 10001101 0 11 101000 1000 111000 1000101 1001010

Color Harmonies of #EAE48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE48D

Black with #EAE48D

Text Example


Text Example

White with #EAE48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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