Html Css Color HEX #EBE498 Khaki

📋 copy color: '#EBE498'

red 235 ◦ green 228 ◦ blue 152

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

Shades of Khaki #EBE498

Tints of Khaki #EBE498

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.07%

 BLUE value IS 152 (59.77% from 255) = 24.72%

R = 38.21%
G = 37.07%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EBE498 (or 0xEBE498) is known color: Khaki. HEX triplet: EB, E4 and 98. RGB value is (235,228,152). Sum of RGB (Red+Green+Blue) = 235+228+152=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 152 (59.77% from 255 or 24.72% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE498 is #141B67. Grayscale: #DDDDDD. Windows color (decimal): -1317736 or 10020075. OLE color: 10020075.

HSL color Cylindrical-coordinate representation of color #EBE498: hue angle of 54.94º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBE498 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 228 152 -
CMYK 0 0.03 0.35 0.08
HSL 54.94º 0.67% 0.76% -
HSV(B) 54.94º 0.35% 0.92% -
XYZ 67.67 75.42 40.7 -
YUV 221.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 235 228 152 0 0.03 0.35 0.08 54.94 0.67 0.76
Hex EB E4 98 0 3 23 8 37 43 4C
Octal 353 344 230 0 3 43 10 67 103 114
Binary 11101011 11100100 10011000 0 11 100011 1000 110111 1000011 1001100

Color Harmonies of #EBE498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE498

Black with #EBE498

Text Example


Text Example

White with #EBE498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE498; }

 p { color: rgb(235,228,152); }

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

background-color css

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

 a { background-color: rgb(235,228,152); }

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

border-color css

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

 span { border-color: rgb(235,228,152); }

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