Html Css Color HEX #EBE38C Khaki

📋 copy color: '#EBE38C'

red 235 ◦ green 227 ◦ blue 140

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

Shades of Khaki #EBE38C

Tints of Khaki #EBE38C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.71%

 BLUE value IS 140 (55.08% from 255) = 23.26%

R = 39.04%
G = 37.71%
B = 23.26%

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

#EBE38C (or 0xEBE38C) is known color: Khaki. HEX triplet: EB, E3 and 8C. RGB value is (235,227,140). Sum of RGB (Red+Green+Blue) = 235+227+140=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 140 (55.08% from 255 or 23.26% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE38C is #141C73. Grayscale: #DBDBDB. Windows color (decimal): -1318004 or 9233387. OLE color: 9233387.

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

Color convert

RGB 235 227 140 -
CMYK 0 0.03 0.40 0.08
HSL 54.95º 0.7% 0.74% -
HSV(B) 54.95º 0.4% 0.92% -
XYZ 66.46 74.49 35.69 -
YUV 219.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 235 227 140 0 0.03 0.40 0.08 54.95 0.7 0.74
Hex EB E3 8C 0 3 28 8 37 46 4A
Octal 353 343 214 0 3 50 10 67 106 112
Binary 11101011 11100011 10001100 0 11 101000 1000 110111 1000110 1001010

Color Harmonies of #EBE38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE38C

Black with #EBE38C

Text Example


Text Example

White with #EBE38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE38C; }

 p { color: rgb(235,227,140); }

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

background-color css

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

 a { background-color: rgb(235,227,140); }

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

border-color css

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

 span { border-color: rgb(235,227,140); }

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