Html Css Color HEX #EBDA7A Flax

📋 copy color: '#EBDA7A'

red 235 ◦ green 218 ◦ blue 122

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

Shades of Flax #EBDA7A

Tints of Flax #EBDA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.22%

R = 40.87%
G = 37.91%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EBDA7A (or 0xEBDA7A) is known color: Flax. HEX triplet: EB, DA and 7A. RGB value is (235,218,122). Sum of RGB (Red+Green+Blue) = 235+218+122=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA7A is #142585. Grayscale: #D4D4D4. Windows color (decimal): -1320326 or 8051435. OLE color: 8051435.

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

Color convert

RGB 235 218 122 -
CMYK 0 0.07 0.48 0.08
HSL 50.97º 0.74% 0.7% -
HSV(B) 50.97º 0.48% 0.92% -
XYZ 62.85 69.21 28.46 -
YUV 212.14 77.13 144.31 -
System Red Green Blue C M Y K H S L
Decimal 235 218 122 0 0.07 0.48 0.08 50.97 0.74 0.7
Hex EB DA 7A 0 7 30 8 33 4A 46
Octal 353 332 172 0 7 60 10 63 112 106
Binary 11101011 11011010 1111010 0 111 110000 1000 110011 1001010 1000110

Color Harmonies of #EBDA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA7A

Black with #EBDA7A

Text Example


Text Example

White with #EBDA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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