Html Css Color HEX #EBDF8A Khaki

📋 copy color: '#EBDF8A'

red 235 ◦ green 223 ◦ blue 138

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

Shades of Khaki #EBDF8A

Tints of Khaki #EBDF8A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.42%

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

R = 39.43%
G = 37.42%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EBDF8A (or 0xEBDF8A) is known color: Khaki. HEX triplet: EB, DF and 8A. RGB value is (235,223,138). Sum of RGB (Red+Green+Blue) = 235+223+138=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDF8A is #142075. Grayscale: #D9D9D9. Windows color (decimal): -1319030 or 9101291. OLE color: 9101291.

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

Color convert

RGB 235 223 138 -
CMYK 0 0.05 0.41 0.08
HSL 52.58º 0.71% 0.73% -
HSV(B) 52.58º 0.41% 0.92% -
XYZ 65.24 72.27 34.56 -
YUV 216.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 235 223 138 0 0.05 0.41 0.08 52.58 0.71 0.73
Hex EB DF 8A 0 5 29 8 35 47 49
Octal 353 337 212 0 5 51 10 65 107 111
Binary 11101011 11011111 10001010 0 101 101001 1000 110101 1000111 1001001

Color Harmonies of #EBDF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF8A

Black with #EBDF8A

Text Example


Text Example

White with #EBDF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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