Html Css Color HEX #EFE488 Khaki

📋 copy color: '#EFE488'

red 239 ◦ green 228 ◦ blue 136

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

Shades of Khaki #EFE488

Tints of Khaki #EFE488

RGB

 RED value IS 239 (93.75% from 255) = 39.64%

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

 BLUE value IS 136 (53.52% from 255) = 22.55%

R = 39.64%
G = 37.81%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EFE488 (or 0xEFE488) is known color: Khaki. HEX triplet: EF, E4 and 88. RGB value is (239,228,136). Sum of RGB (Red+Green+Blue) = 239+228+136=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 136 (53.52% from 255 or 22.55% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE488 is #101B77. Grayscale: #DDDDDD. Windows color (decimal): -1055608 or 8971503. OLE color: 8971503.

HSL color Cylindrical-coordinate representation of color #EFE488: hue angle of 53.59º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFE488 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 136 -
CMYK 0 0.05 0.43 0.06
HSL 53.59º 0.76% 0.74% -
HSV(B) 53.59º 0.43% 0.94% -
XYZ 67.78 75.62 34.32 -
YUV 220.8 80.14 140.98 -
System Red Green Blue C M Y K H S L
Decimal 239 228 136 0 0.05 0.43 0.06 53.59 0.76 0.74
Hex EF E4 88 0 5 2B 6 36 4C 4A
Octal 357 344 210 0 5 53 6 66 114 112
Binary 11101111 11100100 10001000 0 101 101011 110 110110 1001100 1001010

Color Harmonies of #EFE488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE488

Black with #EFE488

Text Example


Text Example

White with #EFE488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE488; }

 p { color: rgb(239,228,136); }

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

background-color css

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

 a { background-color: rgb(239,228,136); }

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

border-color css

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

 span { border-color: rgb(239,228,136); }

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