Html Css Color HEX #EBD47E Flax

📋 copy color: '#EBD47E'

red 235 ◦ green 212 ◦ blue 126

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

Shades of Flax #EBD47E

Tints of Flax #EBD47E

RGB

 RED value IS 235 (92.19% from 255) = 41.01%

 GREEN value IS 212 (83.2% from 255) = 37%

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

R = 41.01%
G = 37%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EBD47E (or 0xEBD47E) is known color: Flax. HEX triplet: EB, D4 and 7E. RGB value is (235,212,126). Sum of RGB (Red+Green+Blue) = 235+212+126=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD47E is #142B81. Grayscale: #D1D1D1. Windows color (decimal): -1321858 or 8312043. OLE color: 8312043.

HSL color Cylindrical-coordinate representation of color #EBD47E: hue angle of 47.34º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBD47E is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 212 126 -
CMYK 0 0.10 0.46 0.08
HSL 47.34º 0.73% 0.71% -
HSV(B) 47.34º 0.46% 0.92% -
XYZ 61.57 66.26 29.28 -
YUV 209.07 81.12 146.49 -
System Red Green Blue C M Y K H S L
Decimal 235 212 126 0 0.10 0.46 0.08 47.34 0.73 0.71
Hex EB D4 7E 0 A 2E 8 2F 49 47
Octal 353 324 176 0 12 56 10 57 111 107
Binary 11101011 11010100 1111110 0 1010 101110 1000 101111 1001001 1000111

Color Harmonies of #EBD47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD47E

Black with #EBD47E

Text Example


Text Example

White with #EBD47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD47E; }

 p { color: rgb(235,212,126); }

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

background-color css

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

 a { background-color: rgb(235,212,126); }

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

border-color css

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

 span { border-color: rgb(235,212,126); }

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