Html Css Color HEX #EBE68C Khaki

📋 copy color: '#EBE68C'

red 235 ◦ green 230 ◦ blue 140

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

Shades of Khaki #EBE68C

Tints of Khaki #EBE68C

RGB

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

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

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

R = 38.84%
G = 38.02%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBE68C (or 0xEBE68C) is known color: Khaki. HEX triplet: EB, E6 and 8C. RGB value is (235,230,140). Sum of RGB (Red+Green+Blue) = 235+230+140=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 140 (55.08% from 255 or 23.14% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE68C is #141973. Grayscale: #DDDDDD. Windows color (decimal): -1317236 or 9234155. OLE color: 9234155.

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

Color convert

RGB 235 230 140 -
CMYK 0 0.02 0.40 0.08
HSL 56.84º 0.7% 0.74% -
HSV(B) 56.84º 0.4% 0.92% -
XYZ 67.29 76.15 35.96 -
YUV 221.24 82.16 137.82 -
System Red Green Blue C M Y K H S L
Decimal 235 230 140 0 0.02 0.40 0.08 56.84 0.7 0.74
Hex EB E6 8C 0 2 28 8 39 46 4A
Octal 353 346 214 0 2 50 10 71 106 112
Binary 11101011 11100110 10001100 0 10 101000 1000 111001 1000110 1001010

Color Harmonies of #EBE68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE68C

Black with #EBE68C

Text Example


Text Example

White with #EBE68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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