Html Css Color HEX #EFE491 Khaki

📋 copy color: '#EFE491'

red 239 ◦ green 228 ◦ blue 145

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

Shades of Khaki #EFE491

Tints of Khaki #EFE491

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.25%

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

R = 39.05%
G = 37.25%
B = 23.69%

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

#EFE491 (or 0xEFE491) is known color: Khaki. HEX triplet: EF, E4 and 91. RGB value is (239,228,145). Sum of RGB (Red+Green+Blue) = 239+228+145=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 145 (57.03% from 255 or 23.69% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE491 is #101B6E. Grayscale: #DEDEDE. Windows color (decimal): -1055599 or 9561327. OLE color: 9561327.

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

Color convert

RGB 239 228 145 -
CMYK 0 0.05 0.39 0.06
HSL 52.98º 0.75% 0.75% -
HSV(B) 52.98º 0.39% 0.94% -
XYZ 68.45 75.88 37.83 -
YUV 221.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 239 228 145 0 0.05 0.39 0.06 52.98 0.75 0.75
Hex EF E4 91 0 5 27 6 35 4B 4B
Octal 357 344 221 0 5 47 6 65 113 113
Binary 11101111 11100100 10010001 0 101 100111 110 110101 1001011 1001011

Color Harmonies of #EFE491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE491

Black with #EFE491

Text Example


Text Example

White with #EFE491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE491; }

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

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

background-color css

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

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

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

border-color css

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

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

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