Html Css Color HEX #EBE78A Khaki

📋 copy color: '#EBE78A'

red 235 ◦ green 231 ◦ blue 138

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

Shades of Khaki #EBE78A

Tints of Khaki #EBE78A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.25%

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

R = 38.91%
G = 38.25%
B = 22.85%

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

#EBE78A (or 0xEBE78A) is known color: Khaki. HEX triplet: EB, E7 and 8A. RGB value is (235,231,138). Sum of RGB (Red+Green+Blue) = 235+231+138=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 138 (54.30% from 255 or 22.85% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE78A is #141875. Grayscale: #DDDDDD. Windows color (decimal): -1316982 or 9103339. OLE color: 9103339.

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

Color convert

RGB 235 231 138 -
CMYK 0 0.02 0.41 0.08
HSL 57.53º 0.71% 0.73% -
HSV(B) 57.53º 0.41% 0.92% -
XYZ 67.42 76.65 35.29 -
YUV 221.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 235 231 138 0 0.02 0.41 0.08 57.53 0.71 0.73
Hex EB E7 8A 0 2 29 8 3A 47 49
Octal 353 347 212 0 2 51 10 72 107 111
Binary 11101011 11100111 10001010 0 10 101001 1000 111010 1000111 1001001

Color Harmonies of #EBE78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE78A

Black with #EBE78A

Text Example


Text Example

White with #EBE78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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