Html Css Color HEX #EFE38F Khaki

📋 copy color: '#EFE38F'

red 239 ◦ green 227 ◦ blue 143

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

Shades of Khaki #EFE38F

Tints of Khaki #EFE38F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.27%

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

R = 39.24%
G = 37.27%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFE38F (or 0xEFE38F) is known color: Khaki. HEX triplet: EF, E3 and 8F. RGB value is (239,227,143). Sum of RGB (Red+Green+Blue) = 239+227+143=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 143 (56.25% from 255 or 23.48% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE38F is #101C70. Grayscale: #DDDDDD. Windows color (decimal): -1055857 or 9429999. OLE color: 9429999.

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

Color convert

RGB 239 227 143 -
CMYK 0 0.05 0.40 0.06
HSL 52.5º 0.75% 0.75% -
HSV(B) 52.5º 0.4% 0.94% -
XYZ 68.02 75.27 36.93 -
YUV 221.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 239 227 143 0 0.05 0.40 0.06 52.5 0.75 0.75
Hex EF E3 8F 0 5 28 6 34 4B 4B
Octal 357 343 217 0 5 50 6 64 113 113
Binary 11101111 11100011 10001111 0 101 101000 110 110100 1001011 1001011

Color Harmonies of #EFE38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE38F

Black with #EFE38F

Text Example


Text Example

White with #EFE38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE38F; }

 p { color: rgb(239,227,143); }

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

background-color css

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

 a { background-color: rgb(239,227,143); }

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

border-color css

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

 span { border-color: rgb(239,227,143); }

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