Html Css Color HEX #EBE58A Khaki

📋 copy color: '#EBE58A'

red 235 ◦ green 229 ◦ blue 138

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

Shades of Khaki #EBE58A

Tints of Khaki #EBE58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.92%

R = 39.04%
G = 38.04%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EBE58A (or 0xEBE58A) is known color: Khaki. HEX triplet: EB, E5 and 8A. RGB value is (235,229,138). Sum of RGB (Red+Green+Blue) = 235+229+138=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 229 (89.84% from 255 or 38.04% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE58A is #141A75. Grayscale: #DCDCDC. Windows color (decimal): -1317494 or 9102827. OLE color: 9102827.

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

Color convert

RGB 235 229 138 -
CMYK 0 0.03 0.41 0.08
HSL 56.29º 0.71% 0.73% -
HSV(B) 56.29º 0.41% 0.92% -
XYZ 66.87 75.54 35.1 -
YUV 220.42 81.49 138.4 -
System Red Green Blue C M Y K H S L
Decimal 235 229 138 0 0.03 0.41 0.08 56.29 0.71 0.73
Hex EB E5 8A 0 3 29 8 38 47 49
Octal 353 345 212 0 3 51 10 70 107 111
Binary 11101011 11100101 10001010 0 11 101001 1000 111000 1000111 1001001

Color Harmonies of #EBE58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE58A

Black with #EBE58A

Text Example


Text Example

White with #EBE58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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