Html Css Color HEX #EBE48E Khaki

📋 copy color: '#EBE48E'

red 235 ◦ green 228 ◦ blue 142

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

Shades of Khaki #EBE48E

Tints of Khaki #EBE48E

RGB

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

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

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

R = 38.84%
G = 37.69%
B = 23.47%

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

#EBE48E (or 0xEBE48E) is known color: Khaki. HEX triplet: EB, E4 and 8E. RGB value is (235,228,142). Sum of RGB (Red+Green+Blue) = 235+228+142=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 142 (55.86% from 255 or 23.47% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE48E is #141B71. Grayscale: #DCDCDC. Windows color (decimal): -1317746 or 9364715. OLE color: 9364715.

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

Color convert

RGB 235 228 142 -
CMYK 0 0.03 0.40 0.08
HSL 55.48º 0.7% 0.74% -
HSV(B) 55.48º 0.4% 0.92% -
XYZ 66.89 75.1 36.56 -
YUV 220.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 235 228 142 0 0.03 0.40 0.08 55.48 0.7 0.74
Hex EB E4 8E 0 3 28 8 37 46 4A
Octal 353 344 216 0 3 50 10 67 106 112
Binary 11101011 11100100 10001110 0 11 101000 1000 110111 1000110 1001010

Color Harmonies of #EBE48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE48E

Black with #EBE48E

Text Example


Text Example

White with #EBE48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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