Html Css Color HEX #EBD57E Flax

📋 copy color: '#EBD57E'

red 235 ◦ green 213 ◦ blue 126

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

Shades of Flax #EBD57E

Tints of Flax #EBD57E

RGB

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

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

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

R = 40.94%
G = 37.11%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EBD57E (or 0xEBD57E) is known color: Flax. HEX triplet: EB, D5 and 7E. RGB value is (235,213,126). Sum of RGB (Red+Green+Blue) = 235+213+126=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 126 (49.61% from 255 or 21.95% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD57E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD57E is #142A81. Grayscale: #D2D2D2. Windows color (decimal): -1321602 or 8312299. OLE color: 8312299.

HSL color Cylindrical-coordinate representation of color #EBD57E: hue angle of 47.89º 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 #EBD57E is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 213 126 -
CMYK 0 0.09 0.46 0.08
HSL 47.89º 0.73% 0.71% -
HSV(B) 47.89º 0.46% 0.92% -
XYZ 61.82 66.76 29.37 -
YUV 209.66 80.79 146.07 -
System Red Green Blue C M Y K H S L
Decimal 235 213 126 0 0.09 0.46 0.08 47.89 0.73 0.71
Hex EB D5 7E 0 9 2E 8 30 49 47
Octal 353 325 176 0 11 56 10 60 111 107
Binary 11101011 11010101 1111110 0 1001 101110 1000 110000 1001001 1000111

Color Harmonies of #EBD57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD57E

Black with #EBD57E

Text Example


Text Example

White with #EBD57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD57E; }

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

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

background-color css

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

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

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

border-color css

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

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

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