Html Css Color HEX #EEDC7E Flax

📋 copy color: '#EEDC7E'

red 238 ◦ green 220 ◦ blue 126

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

Shades of Flax #EEDC7E

Tints of Flax #EEDC7E

RGB

 RED value IS 238 (93.36% from 255) = 40.75%

 GREEN value IS 220 (86.33% from 255) = 37.67%

 BLUE value IS 126 (49.61% from 255) = 21.58%

R = 40.75%
G = 37.67%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EEDC7E (or 0xEEDC7E) is known color: Flax. HEX triplet: EE, DC and 7E. RGB value is (238,220,126). Sum of RGB (Red+Green+Blue) = 238+220+126=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 126 (49.61% from 255 or 21.58% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC7E is #112381. Grayscale: #D7D7D7. Windows color (decimal): -1123202 or 8314094. OLE color: 8314094.

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

Color convert

RGB 238 220 126 -
CMYK 0 0.08 0.47 0.07
HSL 50.36º 0.77% 0.71% -
HSV(B) 50.36º 0.47% 0.93% -
XYZ 64.62 70.87 30.01 -
YUV 214.67 77.96 144.64 -
System Red Green Blue C M Y K H S L
Decimal 238 220 126 0 0.08 0.47 0.07 50.36 0.77 0.71
Hex EE DC 7E 0 8 2F 7 32 4D 47
Octal 356 334 176 0 10 57 7 62 115 107
Binary 11101110 11011100 1111110 0 1000 101111 111 110010 1001101 1000111

Color Harmonies of #EEDC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC7E

Black with #EEDC7E

Text Example


Text Example

White with #EEDC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC7E; }

 p { color: rgb(238,220,126); }

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

background-color css

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

 a { background-color: rgb(238,220,126); }

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

border-color css

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

 span { border-color: rgb(238,220,126); }

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