Html Css Color HEX #EBD58A Flax

📋 copy color: '#EBD58A'

red 235 ◦ green 213 ◦ blue 138

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

Shades of Flax #EBD58A

Tints of Flax #EBD58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.55%

R = 40.1%
G = 36.35%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EBD58A (or 0xEBD58A) is known color: Flax. HEX triplet: EB, D5 and 8A. RGB value is (235,213,138). Sum of RGB (Red+Green+Blue) = 235+213+138=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD58A is #142A75. Grayscale: #D3D3D3. Windows color (decimal): -1321590 or 9098731. OLE color: 9098731.

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

Color convert

RGB 235 213 138 -
CMYK 0 0.09 0.41 0.08
HSL 46.39º 0.71% 0.73% -
HSV(B) 46.39º 0.41% 0.92% -
XYZ 62.64 67.09 33.69 -
YUV 211.03 86.79 145.1 -
System Red Green Blue C M Y K H S L
Decimal 235 213 138 0 0.09 0.41 0.08 46.39 0.71 0.73
Hex EB D5 8A 0 9 29 8 2E 47 49
Octal 353 325 212 0 11 51 10 56 107 111
Binary 11101011 11010101 10001010 0 1001 101001 1000 101110 1000111 1001001

Color Harmonies of #EBD58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD58A

Black with #EBD58A

Text Example


Text Example

White with #EBD58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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