Html Css Color HEX #EFEB90 Khaki

📋 copy color: '#EFEB90'

red 239 ◦ green 235 ◦ blue 144

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

Shades of Khaki #EFEB90

Tints of Khaki #EFEB90

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.03%

 BLUE value IS 144 (56.64% from 255) = 23.3%

R = 38.67%
G = 38.03%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFEB90 (or 0xEFEB90) is known color: Khaki. HEX triplet: EF, EB and 90. RGB value is (239,235,144). Sum of RGB (Red+Green+Blue) = 239+235+144=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 144 (56.64% from 255 or 23.30% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEB90 is #10146F. Grayscale: #E2E2E2. Windows color (decimal): -1053808 or 9497583. OLE color: 9497583.

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

Color convert

RGB 239 235 144 -
CMYK 0 0.02 0.40 0.06
HSL 57.47º 0.75% 0.75% -
HSV(B) 57.47º 0.4% 0.94% -
XYZ 70.34 79.78 38.08 -
YUV 225.82 81.83 137.4 -
System Red Green Blue C M Y K H S L
Decimal 239 235 144 0 0.02 0.40 0.06 57.47 0.75 0.75
Hex EF EB 90 0 2 28 6 39 4B 4B
Octal 357 353 220 0 2 50 6 71 113 113
Binary 11101111 11101011 10010000 0 10 101000 110 111001 1001011 1001011

Color Harmonies of #EFEB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB90

Black with #EFEB90

Text Example


Text Example

White with #EFEB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB90; }

 p { color: rgb(239,235,144); }

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

background-color css

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

 a { background-color: rgb(239,235,144); }

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

border-color css

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

 span { border-color: rgb(239,235,144); }

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