Html Css Color HEX #EFE08A Khaki

📋 copy color: '#EFE08A'

red 239 ◦ green 224 ◦ blue 138

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

Shades of Khaki #EFE08A

Tints of Khaki #EFE08A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.27%

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

R = 39.77%
G = 37.27%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFE08A (or 0xEFE08A) is known color: Khaki. HEX triplet: EF, E0 and 8A. RGB value is (239,224,138). Sum of RGB (Red+Green+Blue) = 239+224+138=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 138 (54.30% from 255 or 22.96% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE08A is #101F75. Grayscale: #DBDBDB. Windows color (decimal): -1056630 or 9101551. OLE color: 9101551.

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

Color convert

RGB 239 224 138 -
CMYK 0 0.06 0.42 0.06
HSL 51.09º 0.76% 0.74% -
HSV(B) 51.09º 0.42% 0.94% -
XYZ 66.84 73.5 34.71 -
YUV 218.68 82.47 142.49 -
System Red Green Blue C M Y K H S L
Decimal 239 224 138 0 0.06 0.42 0.06 51.09 0.76 0.74
Hex EF E0 8A 0 6 2A 6 33 4C 4A
Octal 357 340 212 0 6 52 6 63 114 112
Binary 11101111 11100000 10001010 0 110 101010 110 110011 1001100 1001010

Color Harmonies of #EFE08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE08A

Black with #EFE08A

Text Example


Text Example

White with #EFE08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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