Html Css Color HEX #EFE28B Khaki

📋 copy color: '#EFE28B'

red 239 ◦ green 226 ◦ blue 139

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

Shades of Khaki #EFE28B

Tints of Khaki #EFE28B

RGB

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

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

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

R = 39.57%
G = 37.42%
B = 23.01%

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

#EFE28B (or 0xEFE28B) is known color: Khaki. HEX triplet: EF, E2 and 8B. RGB value is (239,226,139). Sum of RGB (Red+Green+Blue) = 239+226+139=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 139 (54.69% from 255 or 23.01% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE28B is #101D74. Grayscale: #DCDCDC. Windows color (decimal): -1056117 or 9167599. OLE color: 9167599.

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

Color convert

RGB 239 226 139 -
CMYK 0 0.05 0.42 0.06
HSL 52.2º 0.76% 0.74% -
HSV(B) 52.2º 0.42% 0.94% -
XYZ 67.45 74.61 35.27 -
YUV 219.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 239 226 139 0 0.05 0.42 0.06 52.2 0.76 0.74
Hex EF E2 8B 0 5 2A 6 34 4C 4A
Octal 357 342 213 0 5 52 6 64 114 112
Binary 11101111 11100010 10001011 0 101 101010 110 110100 1001100 1001010

Color Harmonies of #EFE28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE28B

Black with #EFE28B

Text Example


Text Example

White with #EFE28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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