Html Css Color HEX #EBE698 Khaki

📋 copy color: '#EBE698'

red 235 ◦ green 230 ◦ blue 152

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

Shades of Khaki #EBE698

Tints of Khaki #EBE698

RGB

 RED value IS 235 (92.19% from 255) = 38.09%

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

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

R = 38.09%
G = 37.28%
B = 24.64%

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

#EBE698 (or 0xEBE698) is known color: Khaki. HEX triplet: EB, E6 and 98. RGB value is (235,230,152). Sum of RGB (Red+Green+Blue) = 235+230+152=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 152 (59.77% from 255 or 24.64% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE698 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE698 is #141967. Grayscale: #DEDEDE. Windows color (decimal): -1317224 or 10020587. OLE color: 10020587.

HSL color Cylindrical-coordinate representation of color #EBE698: hue angle of 56.39º degrees, saturation: 0.67, 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 #EBE698 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 230 152 -
CMYK 0 0.02 0.35 0.08
HSL 56.39º 0.67% 0.76% -
HSV(B) 56.39º 0.35% 0.92% -
XYZ 68.23 76.52 40.88 -
YUV 222.6 88.16 136.84 -
System Red Green Blue C M Y K H S L
Decimal 235 230 152 0 0.02 0.35 0.08 56.39 0.67 0.76
Hex EB E6 98 0 2 23 8 38 43 4C
Octal 353 346 230 0 2 43 10 70 103 114
Binary 11101011 11100110 10011000 0 10 100011 1000 111000 1000011 1001100

Color Harmonies of #EBE698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE698

Black with #EBE698

Text Example


Text Example

White with #EBE698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE698; }

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

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

background-color css

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

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

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

border-color css

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

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

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