Html Css Color HEX #EBE28F Khaki

📋 copy color: '#EBE28F'

red 235 ◦ green 226 ◦ blue 143

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

Shades of Khaki #EBE28F

Tints of Khaki #EBE28F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.42%

 BLUE value IS 143 (56.25% from 255) = 23.68%

R = 38.91%
G = 37.42%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EBE28F (or 0xEBE28F) is known color: Khaki. HEX triplet: EB, E2 and 8F. RGB value is (235,226,143). Sum of RGB (Red+Green+Blue) = 235+226+143=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 143 (56.25% from 255 or 23.68% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE28F is #141D70. Grayscale: #DBDBDB. Windows color (decimal): -1318257 or 9429739. OLE color: 9429739.

HSL color Cylindrical-coordinate representation of color #EBE28F: hue angle of 54.13º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBE28F is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 226 143 -
CMYK 0 0.04 0.39 0.08
HSL 54.13º 0.7% 0.74% -
HSV(B) 54.13º 0.39% 0.92% -
XYZ 66.42 74.04 36.78 -
YUV 219.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 235 226 143 0 0.04 0.39 0.08 54.13 0.7 0.74
Hex EB E2 8F 0 4 27 8 36 46 4A
Octal 353 342 217 0 4 47 10 66 106 112
Binary 11101011 11100010 10001111 0 100 100111 1000 110110 1000110 1001010

Color Harmonies of #EBE28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE28F

Black with #EBE28F

Text Example


Text Example

White with #EBE28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE28F; }

 p { color: rgb(235,226,143); }

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

background-color css

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

 a { background-color: rgb(235,226,143); }

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

border-color css

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

 span { border-color: rgb(235,226,143); }

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