Html Css Color HEX #EBD47B Flax

📋 copy color: '#EBD47B'

red 235 ◦ green 212 ◦ blue 123

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

Shades of Flax #EBD47B

Tints of Flax #EBD47B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.19%

 BLUE value IS 123 (48.44% from 255) = 21.58%

R = 41.23%
G = 37.19%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EBD47B (or 0xEBD47B) is known color: Flax. HEX triplet: EB, D4 and 7B. RGB value is (235,212,123). Sum of RGB (Red+Green+Blue) = 235+212+123=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD47B is #142B84. Grayscale: #D1D1D1. Windows color (decimal): -1321861 or 8115435. OLE color: 8115435.

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

Color convert

RGB 235 212 123 -
CMYK 0 0.10 0.48 0.08
HSL 47.68º 0.74% 0.7% -
HSV(B) 47.68º 0.48% 0.92% -
XYZ 61.38 66.18 28.28 -
YUV 208.73 79.62 146.74 -
System Red Green Blue C M Y K H S L
Decimal 235 212 123 0 0.10 0.48 0.08 47.68 0.74 0.7
Hex EB D4 7B 0 A 30 8 30 4A 46
Octal 353 324 173 0 12 60 10 60 112 106
Binary 11101011 11010100 1111011 0 1010 110000 1000 110000 1001010 1000110

Color Harmonies of #EBD47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD47B

Black with #EBD47B

Text Example


Text Example

White with #EBD47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD47B; }

 p { color: rgb(235,212,123); }

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

background-color css

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

 a { background-color: rgb(235,212,123); }

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

border-color css

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

 span { border-color: rgb(235,212,123); }

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