Html Css Color HEX #EFE58B Khaki

📋 copy color: '#EFE58B'

red 239 ◦ green 229 ◦ blue 139

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

Shades of Khaki #EFE58B

Tints of Khaki #EFE58B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.73%

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

R = 39.37%
G = 37.73%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFE58B (or 0xEFE58B) is known color: Khaki. HEX triplet: EF, E5 and 8B. RGB value is (239,229,139). Sum of RGB (Red+Green+Blue) = 239+229+139=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 139 (54.69% from 255 or 22.90% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE58B is #101A74. Grayscale: #DEDEDE. Windows color (decimal): -1055349 or 9168367. OLE color: 9168367.

HSL color Cylindrical-coordinate representation of color #EFE58B: hue angle of 54º 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 #EFE58B is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 229 139 -
CMYK 0 0.04 0.42 0.06
HSL 54º 0.76% 0.74% -
HSV(B) 54º 0.42% 0.94% -
XYZ 68.28 76.25 35.55 -
YUV 221.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 239 229 139 0 0.04 0.42 0.06 54 0.76 0.74
Hex EF E5 8B 0 4 2A 6 36 4C 4A
Octal 357 345 213 0 4 52 6 66 114 112
Binary 11101111 11100101 10001011 0 100 101010 110 110110 1001100 1001010

Color Harmonies of #EFE58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE58B

Black with #EFE58B

Text Example


Text Example

White with #EFE58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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