Html Css Color HEX #EBE68B Khaki

📋 copy color: '#EBE68B'

red 235 ◦ green 230 ◦ blue 139

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

Shades of Khaki #EBE68B

Tints of Khaki #EBE68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.01%

R = 38.91%
G = 38.08%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EBE68B (or 0xEBE68B) is known color: Khaki. HEX triplet: EB, E6 and 8B. RGB value is (235,230,139). Sum of RGB (Red+Green+Blue) = 235+230+139=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 139 (54.69% from 255 or 23.01% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE68B is #141974. Grayscale: #DDDDDD. Windows color (decimal): -1317237 or 9168619. OLE color: 9168619.

HSL color Cylindrical-coordinate representation of color #EBE68B: hue angle of 56.88º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBE68B is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 230 139 -
CMYK 0 0.02 0.41 0.08
HSL 56.88º 0.71% 0.73% -
HSV(B) 56.88º 0.41% 0.92% -
XYZ 67.22 76.12 35.58 -
YUV 221.12 81.66 137.9 -
System Red Green Blue C M Y K H S L
Decimal 235 230 139 0 0.02 0.41 0.08 56.88 0.71 0.73
Hex EB E6 8B 0 2 29 8 39 47 49
Octal 353 346 213 0 2 51 10 71 107 111
Binary 11101011 11100110 10001011 0 10 101001 1000 111001 1000111 1001001

Color Harmonies of #EBE68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE68B

Black with #EBE68B

Text Example


Text Example

White with #EBE68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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