Html Css Color HEX #EFE78A Khaki

📋 copy color: '#EFE78A'

red 239 ◦ green 231 ◦ blue 138

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

Shades of Khaki #EFE78A

Tints of Khaki #EFE78A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.7%

R = 39.31%
G = 37.99%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFE78A (or 0xEFE78A) is known color: Khaki. HEX triplet: EF, E7 and 8A. RGB value is (239,231,138). Sum of RGB (Red+Green+Blue) = 239+231+138=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 138 (54.30% from 255 or 22.70% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE78A is #101875. Grayscale: #DFDFDF. Windows color (decimal): -1054838 or 9103343. OLE color: 9103343.

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

Color convert

RGB 239 231 138 -
CMYK 0 0.03 0.42 0.06
HSL 55.25º 0.76% 0.74% -
HSV(B) 55.25º 0.42% 0.94% -
XYZ 68.76 77.34 35.35 -
YUV 222.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 239 231 138 0 0.03 0.42 0.06 55.25 0.76 0.74
Hex EF E7 8A 0 3 2A 6 37 4C 4A
Octal 357 347 212 0 3 52 6 67 114 112
Binary 11101111 11100111 10001010 0 11 101010 110 110111 1001100 1001010

Color Harmonies of #EFE78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE78A

Black with #EFE78A

Text Example


Text Example

White with #EFE78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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