Html Css Color HEX #EFE38C Khaki

📋 copy color: '#EFE38C'

red 239 ◦ green 227 ◦ blue 140

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

Shades of Khaki #EFE38C

Tints of Khaki #EFE38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.1%

R = 39.44%
G = 37.46%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFE38C (or 0xEFE38C) is known color: Khaki. HEX triplet: EF, E3 and 8C. RGB value is (239,227,140). Sum of RGB (Red+Green+Blue) = 239+227+140=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 140 (55.08% from 255 or 23.10% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE38C is #101C73. Grayscale: #DDDDDD. Windows color (decimal): -1055860 or 9233391. OLE color: 9233391.

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

Color convert

RGB 239 227 140 -
CMYK 0 0.05 0.41 0.06
HSL 52.73º 0.76% 0.74% -
HSV(B) 52.73º 0.41% 0.94% -
XYZ 67.8 75.18 35.75 -
YUV 220.67 82.48 141.07 -
System Red Green Blue C M Y K H S L
Decimal 239 227 140 0 0.05 0.41 0.06 52.73 0.76 0.74
Hex EF E3 8C 0 5 29 6 35 4C 4A
Octal 357 343 214 0 5 51 6 65 114 112
Binary 11101111 11100011 10001100 0 101 101001 110 110101 1001100 1001010

Color Harmonies of #EFE38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE38C

Black with #EFE38C

Text Example


Text Example

White with #EFE38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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