Html Css Color HEX #EBD78D Flax

📋 copy color: '#EBD78D'

red 235 ◦ green 215 ◦ blue 141

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

Shades of Flax #EBD78D

Tints of Flax #EBD78D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.38%

 BLUE value IS 141 (55.47% from 255) = 23.86%

R = 39.76%
G = 36.38%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBD78D (or 0xEBD78D) is known color: Flax. HEX triplet: EB, D7 and 8D. RGB value is (235,215,141). Sum of RGB (Red+Green+Blue) = 235+215+141=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD78D is #142872. Grayscale: #D4D4D4. Windows color (decimal): -1321075 or 9295851. OLE color: 9295851.

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

Color convert

RGB 235 215 141 -
CMYK 0 0.09 0.4 0.08
HSL 47.23º 0.7% 0.74% -
HSV(B) 47.23º 0.4% 0.92% -
XYZ 63.37 68.19 35.02 -
YUV 212.54 87.63 144.02 -
System Red Green Blue C M Y K H S L
Decimal 235 215 141 0 0.09 0.4 0.08 47.23 0.7 0.74
Hex EB D7 8D 0 9 28 8 2F 46 4A
Octal 353 327 215 0 11 50 10 57 106 112
Binary 11101011 11010111 10001101 0 1001 101000 1000 101111 1000110 1001010

Color Harmonies of #EBD78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD78D

Black with #EBD78D

Text Example


Text Example

White with #EBD78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD78D; }

 p { color: rgb(235,215,141); }

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

background-color css

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

 a { background-color: rgb(235,215,141); }

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

border-color css

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

 span { border-color: rgb(235,215,141); }

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