Html Css Color HEX #EBE492 Khaki

📋 copy color: '#EBE492'

red 235 ◦ green 228 ◦ blue 146

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

Shades of Khaki #EBE492

Tints of Khaki #EBE492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 23.97%

R = 38.59%
G = 37.44%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EBE492 (or 0xEBE492) is known color: Khaki. HEX triplet: EB, E4 and 92. RGB value is (235,228,146). Sum of RGB (Red+Green+Blue) = 235+228+146=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 146 (57.42% from 255 or 23.97% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE492 is #141B6D. Grayscale: #DDDDDD. Windows color (decimal): -1317742 or 9626859. OLE color: 9626859.

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

Color convert

RGB 235 228 146 -
CMYK 0 0.03 0.38 0.08
HSL 55.28º 0.69% 0.75% -
HSV(B) 55.28º 0.38% 0.92% -
XYZ 67.19 75.22 38.17 -
YUV 220.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 235 228 146 0 0.03 0.38 0.08 55.28 0.69 0.75
Hex EB E4 92 0 3 26 8 37 45 4B
Octal 353 344 222 0 3 46 10 67 105 113
Binary 11101011 11100100 10010010 0 11 100110 1000 110111 1000101 1001011

Color Harmonies of #EBE492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE492

Black with #EBE492

Text Example


Text Example

White with #EBE492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE492; }

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

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

background-color css

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

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

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

border-color css

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

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

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