Html Css Color HEX #FFEA86 Khaki

📋 copy color: '#FFEA86'

red 255 ◦ green 234 ◦ blue 134

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

Shades of Khaki #FFEA86

Tints of Khaki #FFEA86

RGB

 RED value IS 255 (100% from 255) = 40.93%

 GREEN value IS 234 (91.8% from 255) = 37.56%

 BLUE value IS 134 (52.73% from 255) = 21.51%

R = 40.93%
G = 37.56%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FFEA86 (or 0xFFEA86) is known color: Khaki. HEX triplet: FF, EA and 86. RGB value is (255,234,134). Sum of RGB (Red+Green+Blue) = 255+234+134=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 134 (52.73% from 255 or 21.51% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEA86 is #001579. Grayscale: #E5E5E5. Windows color (decimal): -5498 or 8841983. OLE color: 8841983.

HSL color Cylindrical-coordinate representation of color #FFEA86: hue angle of 49.59º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFEA86 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB 255 234 134 -
CMYK 0 0.08 0.47 0
HSL 49.59º 1% 0.76% -
HSV(B) 49.59º 0.47% 1% -
XYZ 74.97 81.83 34.4 -
YUV 228.88 74.46 146.63 -
System Red Green Blue C M Y K H S L
Decimal 255 234 134 0 0.08 0.47 0 49.59 1 0.76
Hex FF EA 86 0 8 2F 0 32 64 4C
Octal 377 352 206 0 10 57 0 62 144 114
Binary 11111111 11101010 10000110 0 1000 101111 0 110010 1100100 1001100

Color Harmonies of #FFEA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA86

Black with #FFEA86

Text Example


Text Example

White with #FFEA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA86; }

 p { color: rgb(255,234,134); }

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

background-color css

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

 a { background-color: rgb(255,234,134); }

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

border-color css

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

 span { border-color: rgb(255,234,134); }

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