Html Css Color HEX #EBE18A Khaki

📋 copy color: '#EBE18A'

red 235 ◦ green 225 ◦ blue 138

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

Shades of Khaki #EBE18A

Tints of Khaki #EBE18A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.63%

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

R = 39.3%
G = 37.63%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EBE18A (or 0xEBE18A) is known color: Khaki. HEX triplet: EB, E1 and 8A. RGB value is (235,225,138). Sum of RGB (Red+Green+Blue) = 235+225+138=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE18A is #141E75. Grayscale: #DADADA. Windows color (decimal): -1318518 or 9101803. OLE color: 9101803.

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

Color convert

RGB 235 225 138 -
CMYK 0 0.04 0.41 0.08
HSL 53.81º 0.71% 0.73% -
HSV(B) 53.81º 0.41% 0.92% -
XYZ 65.77 73.35 34.74 -
YUV 218.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 235 225 138 0 0.04 0.41 0.08 53.81 0.71 0.73
Hex EB E1 8A 0 4 29 8 36 47 49
Octal 353 341 212 0 4 51 10 66 107 111
Binary 11101011 11100001 10001010 0 100 101001 1000 110110 1000111 1001001

Color Harmonies of #EBE18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE18A

Black with #EBE18A

Text Example


Text Example

White with #EBE18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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