Html Css Color HEX #EFE38A Khaki

📋 copy color: '#EFE38A'

red 239 ◦ green 227 ◦ blue 138

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

Shades of Khaki #EFE38A

Tints of Khaki #EFE38A

RGB

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

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

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

R = 39.57%
G = 37.58%
B = 22.85%

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

#EFE38A (or 0xEFE38A) is known color: Khaki. HEX triplet: EF, E3 and 8A. RGB value is (239,227,138). Sum of RGB (Red+Green+Blue) = 239+227+138=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 138 (54.30% from 255 or 22.85% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE38A is #101C75. Grayscale: #DCDCDC. Windows color (decimal): -1055862 or 9102319. OLE color: 9102319.

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

Color convert

RGB 239 227 138 -
CMYK 0 0.05 0.42 0.06
HSL 52.87º 0.76% 0.74% -
HSV(B) 52.87º 0.42% 0.94% -
XYZ 67.65 75.12 34.98 -
YUV 220.44 81.48 141.24 -
System Red Green Blue C M Y K H S L
Decimal 239 227 138 0 0.05 0.42 0.06 52.87 0.76 0.74
Hex EF E3 8A 0 5 2A 6 35 4C 4A
Octal 357 343 212 0 5 52 6 65 114 112
Binary 11101111 11100011 10001010 0 101 101010 110 110101 1001100 1001010

Color Harmonies of #EFE38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE38A

Black with #EFE38A

Text Example


Text Example

White with #EFE38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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