Html Css Color HEX #EDD57B Flax

📋 copy color: '#EDD57B'

red 237 ◦ green 213 ◦ blue 123

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

Shades of Flax #EDD57B

Tints of Flax #EDD57B

RGB

 RED value IS 237 (92.97% from 255) = 41.36%

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

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

R = 41.36%
G = 37.17%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDD57B (or 0xEDD57B) is known color: Flax. HEX triplet: ED, D5 and 7B. RGB value is (237,213,123). Sum of RGB (Red+Green+Blue) = 237+213+123=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 123 (48.44% from 255 or 21.47% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD57B is #122A84. Grayscale: #D2D2D2. Windows color (decimal): -1190533 or 8115693. OLE color: 8115693.

HSL color Cylindrical-coordinate representation of color #EDD57B: hue angle of 47.37º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDD57B is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 123 -
CMYK 0 0.10 0.48 0.07
HSL 47.37º 0.76% 0.71% -
HSV(B) 47.37º 0.48% 0.93% -
XYZ 62.29 67.02 28.39 -
YUV 209.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 237 213 123 0 0.10 0.48 0.07 47.37 0.76 0.71
Hex ED D5 7B 0 A 30 7 2F 4C 47
Octal 355 325 173 0 12 60 7 57 114 107
Binary 11101101 11010101 1111011 0 1010 110000 111 101111 1001100 1000111

Color Harmonies of #EDD57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD57B

Black with #EDD57B

Text Example


Text Example

White with #EDD57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD57B; }

 p { color: rgb(237,213,123); }

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

background-color css

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

 a { background-color: rgb(237,213,123); }

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

border-color css

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

 span { border-color: rgb(237,213,123); }

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