Html Css Color HEX #EFDF92 Khaki

📋 copy color: '#EFDF92'

red 239 ◦ green 223 ◦ blue 146

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

Shades of Khaki #EFDF92

Tints of Khaki #EFDF92

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.68%

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

R = 39.31%
G = 36.68%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFDF92 (or 0xEFDF92) is known color: Khaki. HEX triplet: EF, DF and 92. RGB value is (239,223,146). Sum of RGB (Red+Green+Blue) = 239+223+146=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 146 (57.42% from 255 or 24.01% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF92 is #10206D. Grayscale: #DBDBDB. Windows color (decimal): -1056878 or 9625583. OLE color: 9625583.

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

Color convert

RGB 239 223 146 -
CMYK 0 0.07 0.39 0.06
HSL 49.68º 0.74% 0.75% -
HSV(B) 49.68º 0.39% 0.94% -
XYZ 67.17 73.2 37.78 -
YUV 219.01 86.8 142.26 -
System Red Green Blue C M Y K H S L
Decimal 239 223 146 0 0.07 0.39 0.06 49.68 0.74 0.75
Hex EF DF 92 0 7 27 6 32 4A 4B
Octal 357 337 222 0 7 47 6 62 112 113
Binary 11101111 11011111 10010010 0 111 100111 110 110010 1001010 1001011

Color Harmonies of #EFDF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF92

Black with #EFDF92

Text Example


Text Example

White with #EFDF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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