Html Css Color HEX #E6D58A Flax

📋 copy color: '#E6D58A'

red 230 ◦ green 213 ◦ blue 138

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

Shades of Flax #E6D58A

Tints of Flax #E6D58A

RGB

 RED value IS 230 (90.23% from 255) = 39.59%

 GREEN value IS 213 (83.59% from 255) = 36.66%

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

R = 39.59%
G = 36.66%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6D58A (or 0xE6D58A) is known color: Flax. HEX triplet: E6, D5 and 8A. RGB value is (230,213,138). Sum of RGB (Red+Green+Blue) = 230+213+138=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D58A is #192A75. Grayscale: #D1D1D1. Windows color (decimal): -1649270 or 9098726. OLE color: 9098726.

HSL color Cylindrical-coordinate representation of color #E6D58A: hue angle of 48.91º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6D58A is Cyan = 0, Magento = 0.07, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 213 138 -
CMYK 0 0.07 0.4 0.10
HSL 48.91º 0.65% 0.72% -
HSV(B) 48.91º 0.4% 0.9% -
XYZ 61.01 66.25 33.62 -
YUV 209.53 87.63 142.6 -
System Red Green Blue C M Y K H S L
Decimal 230 213 138 0 0.07 0.4 0.10 48.91 0.65 0.72
Hex E6 D5 8A 0 7 28 A 31 41 48
Octal 346 325 212 0 7 50 12 61 101 110
Binary 11100110 11010101 10001010 0 111 101000 1010 110001 1000001 1001000

Color Harmonies of #E6D58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D58A

Black with #E6D58A

Text Example


Text Example

White with #E6D58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D58A; }

 p { color: rgb(230,213,138); }

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

background-color css

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

 a { background-color: rgb(230,213,138); }

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

border-color css

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

 span { border-color: rgb(230,213,138); }

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