Html Css Color HEX #EAE698 Khaki

📋 copy color: '#EAE698'

red 234 ◦ green 230 ◦ blue 152

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

Shades of Khaki #EAE698

Tints of Khaki #EAE698

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.34%

 BLUE value IS 152 (59.77% from 255) = 24.68%

R = 37.99%
G = 37.34%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAE698 (or 0xEAE698) is known color: Khaki. HEX triplet: EA, E6 and 98. RGB value is (234,230,152). Sum of RGB (Red+Green+Blue) = 234+230+152=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 152 (59.77% from 255 or 24.68% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE698 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE698 is #151967. Grayscale: #DEDEDE. Windows color (decimal): -1382760 or 10020586. OLE color: 10020586.

HSL color Cylindrical-coordinate representation of color #EAE698: hue angle of 57.07º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAE698 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 230 152 -
CMYK 0 0.02 0.35 0.08
HSL 57.07º 0.66% 0.76% -
HSV(B) 57.07º 0.35% 0.92% -
XYZ 67.9 76.35 40.86 -
YUV 222.3 88.33 136.34 -
System Red Green Blue C M Y K H S L
Decimal 234 230 152 0 0.02 0.35 0.08 57.07 0.66 0.76
Hex EA E6 98 0 2 23 8 39 42 4C
Octal 352 346 230 0 2 43 10 71 102 114
Binary 11101010 11100110 10011000 0 10 100011 1000 111001 1000010 1001100

Color Harmonies of #EAE698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE698

Black with #EAE698

Text Example


Text Example

White with #EAE698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE698; }

 p { color: rgb(234,230,152); }

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

background-color css

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

 a { background-color: rgb(234,230,152); }

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

border-color css

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

 span { border-color: rgb(234,230,152); }

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