Html Css Color HEX #EFE692 Khaki

📋 copy color: '#EFE692'

red 239 ◦ green 230 ◦ blue 146

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

Shades of Khaki #EFE692

Tints of Khaki #EFE692

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.4%

 BLUE value IS 146 (57.42% from 255) = 23.74%

R = 38.86%
G = 37.4%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFE692 (or 0xEFE692) is known color: Khaki. HEX triplet: EF, E6 and 92. RGB value is (239,230,146). Sum of RGB (Red+Green+Blue) = 239+230+146=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 146 (57.42% from 255 or 23.74% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE692 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE692 is #10196D. Grayscale: #DFDFDF. Windows color (decimal): -1055086 or 9627375. OLE color: 9627375.

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

Color convert

RGB 239 230 146 -
CMYK 0 0.04 0.39 0.06
HSL 54.19º 0.74% 0.75% -
HSV(B) 54.19º 0.39% 0.94% -
XYZ 69.08 77.02 38.42 -
YUV 223.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 239 230 146 0 0.04 0.39 0.06 54.19 0.74 0.75
Hex EF E6 92 0 4 27 6 36 4A 4B
Octal 357 346 222 0 4 47 6 66 112 113
Binary 11101111 11100110 10010010 0 100 100111 110 110110 1001010 1001011

Color Harmonies of #EFE692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE692

Black with #EFE692

Text Example


Text Example

White with #EFE692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE692; }

 p { color: rgb(239,230,146); }

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

background-color css

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

 a { background-color: rgb(239,230,146); }

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

border-color css

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

 span { border-color: rgb(239,230,146); }

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