Html Css Color HEX #EFE78D Khaki

📋 copy color: '#EFE78D'

red 239 ◦ green 231 ◦ blue 141

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

Shades of Khaki #EFE78D

Tints of Khaki #EFE78D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.81%

 BLUE value IS 141 (55.47% from 255) = 23.08%

R = 39.12%
G = 37.81%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFE78D (or 0xEFE78D) is known color: Khaki. HEX triplet: EF, E7 and 8D. RGB value is (239,231,141). Sum of RGB (Red+Green+Blue) = 239+231+141=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE78D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE78D is #101872. Grayscale: #DFDFDF. Windows color (decimal): -1054835 or 9299951. OLE color: 9299951.

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

Color convert

RGB 239 231 141 -
CMYK 0 0.03 0.41 0.06
HSL 55.1º 0.75% 0.75% -
HSV(B) 55.1º 0.41% 0.94% -
XYZ 68.98 77.43 36.51 -
YUV 223.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 239 231 141 0 0.03 0.41 0.06 55.1 0.75 0.75
Hex EF E7 8D 0 3 29 6 37 4B 4B
Octal 357 347 215 0 3 51 6 67 113 113
Binary 11101111 11100111 10001101 0 11 101001 110 110111 1001011 1001011

Color Harmonies of #EFE78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE78D

Black with #EFE78D

Text Example


Text Example

White with #EFE78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE78D; }

 p { color: rgb(239,231,141); }

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

background-color css

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

 a { background-color: rgb(239,231,141); }

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

border-color css

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

 span { border-color: rgb(239,231,141); }

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