Html Css Color HEX #EFE28D Khaki

📋 copy color: '#EFE28D'

red 239 ◦ green 226 ◦ blue 141

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

Shades of Khaki #EFE28D

Tints of Khaki #EFE28D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.29%

 BLUE value IS 141 (55.47% from 255) = 23.27%

R = 39.44%
G = 37.29%
B = 23.27%

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

#EFE28D (or 0xEFE28D) is known color: Khaki. HEX triplet: EF, E2 and 8D. RGB value is (239,226,141). Sum of RGB (Red+Green+Blue) = 239+226+141=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 141 (55.47% from 255 or 23.27% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE28D is #101D72. Grayscale: #DCDCDC. Windows color (decimal): -1056115 or 9298671. OLE color: 9298671.

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

Color convert

RGB 239 226 141 -
CMYK 0 0.05 0.41 0.06
HSL 52.04º 0.75% 0.75% -
HSV(B) 52.04º 0.41% 0.94% -
XYZ 67.6 74.67 36.05 -
YUV 220.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 239 226 141 0 0.05 0.41 0.06 52.04 0.75 0.75
Hex EF E2 8D 0 5 29 6 34 4B 4B
Octal 357 342 215 0 5 51 6 64 113 113
Binary 11101111 11100010 10001101 0 101 101001 110 110100 1001011 1001011

Color Harmonies of #EFE28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE28D

Black with #EFE28D

Text Example


Text Example

White with #EFE28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE28D; }

 p { color: rgb(239,226,141); }

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

background-color css

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

 a { background-color: rgb(239,226,141); }

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

border-color css

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

 span { border-color: rgb(239,226,141); }

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