Html Css Color HEX #EBE38A Khaki

📋 copy color: '#EBE38A'

red 235 ◦ green 227 ◦ blue 138

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

Shades of Khaki #EBE38A

Tints of Khaki #EBE38A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.83%

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

R = 39.17%
G = 37.83%
B = 23%

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

#EBE38A (or 0xEBE38A) is known color: Khaki. HEX triplet: EB, E3 and 8A. RGB value is (235,227,138). Sum of RGB (Red+Green+Blue) = 235+227+138=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE38A is #141C75. Grayscale: #DBDBDB. Windows color (decimal): -1318006 or 9102315. OLE color: 9102315.

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

Color convert

RGB 235 227 138 -
CMYK 0 0.03 0.41 0.08
HSL 55.05º 0.71% 0.73% -
HSV(B) 55.05º 0.41% 0.92% -
XYZ 66.32 74.44 34.92 -
YUV 219.25 82.15 139.24 -
System Red Green Blue C M Y K H S L
Decimal 235 227 138 0 0.03 0.41 0.08 55.05 0.71 0.73
Hex EB E3 8A 0 3 29 8 37 47 49
Octal 353 343 212 0 3 51 10 67 107 111
Binary 11101011 11100011 10001010 0 11 101001 1000 110111 1000111 1001001

Color Harmonies of #EBE38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE38A

Black with #EBE38A

Text Example


Text Example

White with #EBE38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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