Html Css Color HEX #EBDB79 Flax

📋 copy color: '#EBDB79'

red 235 ◦ green 219 ◦ blue 121

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

Shades of Flax #EBDB79

Tints of Flax #EBDB79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.04%

R = 40.87%
G = 38.09%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBDB79 (or 0xEBDB79) is known color: Flax. HEX triplet: EB, DB and 79. RGB value is (235,219,121). Sum of RGB (Red+Green+Blue) = 235+219+121=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 121 (47.66% from 255 or 21.04% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB79 is #142486. Grayscale: #D5D5D5. Windows color (decimal): -1320071 or 7986155. OLE color: 7986155.

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

Color convert

RGB 235 219 121 -
CMYK 0 0.07 0.49 0.08
HSL 51.58º 0.74% 0.7% -
HSV(B) 51.58º 0.49% 0.92% -
XYZ 63.04 69.71 28.22 -
YUV 212.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 235 219 121 0 0.07 0.49 0.08 51.58 0.74 0.7
Hex EB DB 79 0 7 31 8 34 4A 46
Octal 353 333 171 0 7 61 10 64 112 106
Binary 11101011 11011011 1111001 0 111 110001 1000 110100 1001010 1000110

Color Harmonies of #EBDB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB79

Black with #EBDB79

Text Example


Text Example

White with #EBDB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB79; }

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

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

background-color css

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

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

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

border-color css

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

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

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