Html Css Color HEX #EBE58E Khaki

📋 copy color: '#EBE58E'

red 235 ◦ green 229 ◦ blue 142

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

Shades of Khaki #EBE58E

Tints of Khaki #EBE58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.43%

R = 38.78%
G = 37.79%
B = 23.43%

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

#EBE58E (or 0xEBE58E) is known color: Khaki. HEX triplet: EB, E5 and 8E. RGB value is (235,229,142). Sum of RGB (Red+Green+Blue) = 235+229+142=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 142 (55.86% from 255 or 23.43% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE58E is #141A71. Grayscale: #DDDDDD. Windows color (decimal): -1317490 or 9364971. OLE color: 9364971.

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

Color convert

RGB 235 229 142 -
CMYK 0 0.03 0.40 0.08
HSL 56.13º 0.7% 0.74% -
HSV(B) 56.13º 0.4% 0.92% -
XYZ 67.16 75.65 36.65 -
YUV 220.88 83.49 138.07 -
System Red Green Blue C M Y K H S L
Decimal 235 229 142 0 0.03 0.40 0.08 56.13 0.7 0.74
Hex EB E5 8E 0 3 28 8 38 46 4A
Octal 353 345 216 0 3 50 10 70 106 112
Binary 11101011 11100101 10001110 0 11 101000 1000 111000 1000110 1001010

Color Harmonies of #EBE58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE58E

Black with #EBE58E

Text Example


Text Example

White with #EBE58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE58E; }

 p { color: rgb(235,229,142); }

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

background-color css

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

 a { background-color: rgb(235,229,142); }

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

border-color css

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

 span { border-color: rgb(235,229,142); }

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