Html Css Color HEX #EFE291 Khaki

📋 copy color: '#EFE291'

red 239 ◦ green 226 ◦ blue 145

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

Shades of Khaki #EFE291

Tints of Khaki #EFE291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.77%

R = 39.18%
G = 37.05%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFE291 (or 0xEFE291) is known color: Khaki. HEX triplet: EF, E2 and 91. RGB value is (239,226,145). Sum of RGB (Red+Green+Blue) = 239+226+145=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 145 (57.03% from 255 or 23.77% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE291 is #101D6E. Grayscale: #DCDCDC. Windows color (decimal): -1056111 or 9560815. OLE color: 9560815.

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

Color convert

RGB 239 226 145 -
CMYK 0 0.05 0.39 0.06
HSL 51.7º 0.75% 0.75% -
HSV(B) 51.7º 0.39% 0.94% -
XYZ 67.9 74.79 37.64 -
YUV 220.65 85.31 141.09 -
System Red Green Blue C M Y K H S L
Decimal 239 226 145 0 0.05 0.39 0.06 51.7 0.75 0.75
Hex EF E2 91 0 5 27 6 34 4B 4B
Octal 357 342 221 0 5 47 6 64 113 113
Binary 11101111 11100010 10010001 0 101 100111 110 110100 1001011 1001011

Color Harmonies of #EFE291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE291

Black with #EFE291

Text Example


Text Example

White with #EFE291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE291; }

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

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

background-color css

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

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

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

border-color css

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

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

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