Html Css Color HEX #EFE38B Khaki

📋 copy color: '#EFE38B'

red 239 ◦ green 227 ◦ blue 139

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

Shades of Khaki #EFE38B

Tints of Khaki #EFE38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 22.98%

R = 39.5%
G = 37.52%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFE38B (or 0xEFE38B) is known color: Khaki. HEX triplet: EF, E3 and 8B. RGB value is (239,227,139). Sum of RGB (Red+Green+Blue) = 239+227+139=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 139 (54.69% from 255 or 22.98% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE38B is #101C74. Grayscale: #DCDCDC. Windows color (decimal): -1055861 or 9167855. OLE color: 9167855.

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

Color convert

RGB 239 227 139 -
CMYK 0 0.05 0.42 0.06
HSL 52.8º 0.76% 0.74% -
HSV(B) 52.8º 0.42% 0.94% -
XYZ 67.73 75.15 35.36 -
YUV 220.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 239 227 139 0 0.05 0.42 0.06 52.8 0.76 0.74
Hex EF E3 8B 0 5 2A 6 35 4C 4A
Octal 357 343 213 0 5 52 6 65 114 112
Binary 11101111 11100011 10001011 0 101 101010 110 110101 1001100 1001010

Color Harmonies of #EFE38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE38B

Black with #EFE38B

Text Example


Text Example

White with #EFE38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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