Html Css Color HEX #EFE58A Khaki

📋 copy color: '#EFE58A'

red 239 ◦ green 229 ◦ blue 138

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

Shades of Khaki #EFE58A

Tints of Khaki #EFE58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.77%

R = 39.44%
G = 37.79%
B = 22.77%

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

#EFE58A (or 0xEFE58A) is known color: Khaki. HEX triplet: EF, E5 and 8A. RGB value is (239,229,138). Sum of RGB (Red+Green+Blue) = 239+229+138=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 138 (54.30% from 255 or 22.77% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE58A is #101A75. Grayscale: #DDDDDD. Windows color (decimal): -1055350 or 9102831. OLE color: 9102831.

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

Color convert

RGB 239 229 138 -
CMYK 0 0.04 0.42 0.06
HSL 54.06º 0.76% 0.74% -
HSV(B) 54.06º 0.42% 0.94% -
XYZ 68.2 76.22 35.16 -
YUV 221.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 239 229 138 0 0.04 0.42 0.06 54.06 0.76 0.74
Hex EF E5 8A 0 4 2A 6 36 4C 4A
Octal 357 345 212 0 4 52 6 66 114 112
Binary 11101111 11100101 10001010 0 100 101010 110 110110 1001100 1001010

Color Harmonies of #EFE58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE58A

Black with #EFE58A

Text Example


Text Example

White with #EFE58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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