Html Css Color HEX #EFE28A Khaki

📋 copy color: '#EFE28A'

red 239 ◦ green 226 ◦ blue 138

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

Shades of Khaki #EFE28A

Tints of Khaki #EFE28A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.48%

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

R = 39.64%
G = 37.48%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFE28A (or 0xEFE28A) is known color: Khaki. HEX triplet: EF, E2 and 8A. RGB value is (239,226,138). Sum of RGB (Red+Green+Blue) = 239+226+138=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 138 (54.30% from 255 or 22.89% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE28A is #101D75. Grayscale: #DCDCDC. Windows color (decimal): -1056118 or 9102063. OLE color: 9102063.

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

Color convert

RGB 239 226 138 -
CMYK 0 0.05 0.42 0.06
HSL 52.28º 0.76% 0.74% -
HSV(B) 52.28º 0.42% 0.94% -
XYZ 67.38 74.58 34.89 -
YUV 219.86 81.81 141.66 -
System Red Green Blue C M Y K H S L
Decimal 239 226 138 0 0.05 0.42 0.06 52.28 0.76 0.74
Hex EF E2 8A 0 5 2A 6 34 4C 4A
Octal 357 342 212 0 5 52 6 64 114 112
Binary 11101111 11100010 10001010 0 101 101010 110 110100 1001100 1001010

Color Harmonies of #EFE28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE28A

Black with #EFE28A

Text Example


Text Example

White with #EFE28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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