Html Css Color HEX #EBDA7D Flax

📋 copy color: '#EBDA7D'

red 235 ◦ green 218 ◦ blue 125

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

Shades of Flax #EBDA7D

Tints of Flax #EBDA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.72%

 BLUE value IS 125 (49.22% from 255) = 21.63%

R = 40.66%
G = 37.72%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBDA7D (or 0xEBDA7D) is known color: Flax. HEX triplet: EB, DA and 7D. RGB value is (235,218,125). Sum of RGB (Red+Green+Blue) = 235+218+125=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 125 (49.22% from 255 or 21.63% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA7D is #142582. Grayscale: #D4D4D4. Windows color (decimal): -1320323 or 8248043. OLE color: 8248043.

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

Color convert

RGB 235 218 125 -
CMYK 0 0.07 0.47 0.08
HSL 50.73º 0.73% 0.71% -
HSV(B) 50.73º 0.47% 0.92% -
XYZ 63.03 69.29 29.45 -
YUV 212.48 78.63 144.06 -
System Red Green Blue C M Y K H S L
Decimal 235 218 125 0 0.07 0.47 0.08 50.73 0.73 0.71
Hex EB DA 7D 0 7 2F 8 33 49 47
Octal 353 332 175 0 7 57 10 63 111 107
Binary 11101011 11011010 1111101 0 111 101111 1000 110011 1001001 1000111

Color Harmonies of #EBDA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA7D

Black with #EBDA7D

Text Example


Text Example

White with #EBDA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA7D; }

 p { color: rgb(235,218,125); }

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

background-color css

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

 a { background-color: rgb(235,218,125); }

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

border-color css

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

 span { border-color: rgb(235,218,125); }

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