Html Css Color HEX #EBDB7E Flax

📋 copy color: '#EBDB7E'

red 235 ◦ green 219 ◦ blue 126

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

Shades of Flax #EBDB7E

Tints of Flax #EBDB7E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.76%

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

R = 40.52%
G = 37.76%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EBDB7E (or 0xEBDB7E) is known color: Flax. HEX triplet: EB, DB and 7E. RGB value is (235,219,126). Sum of RGB (Red+Green+Blue) = 235+219+126=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB7E is #142481. Grayscale: #D5D5D5. Windows color (decimal): -1320066 or 8313835. OLE color: 8313835.

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

Color convert

RGB 235 219 126 -
CMYK 0 0.07 0.46 0.08
HSL 51.19º 0.73% 0.71% -
HSV(B) 51.19º 0.46% 0.92% -
XYZ 63.36 69.83 29.88 -
YUV 213.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 235 219 126 0 0.07 0.46 0.08 51.19 0.73 0.71
Hex EB DB 7E 0 7 2E 8 33 49 47
Octal 353 333 176 0 7 56 10 63 111 107
Binary 11101011 11011011 1111110 0 111 101110 1000 110011 1001001 1000111

Color Harmonies of #EBDB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB7E

Black with #EBDB7E

Text Example


Text Example

White with #EBDB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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