Html Css Color HEX #EDD77B Flax

📋 copy color: '#EDD77B'

red 237 ◦ green 215 ◦ blue 123

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

Shades of Flax #EDD77B

Tints of Flax #EDD77B

RGB

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

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

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

R = 41.22%
G = 37.39%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDD77B (or 0xEDD77B) is known color: Flax. HEX triplet: ED, D7 and 7B. RGB value is (237,215,123). Sum of RGB (Red+Green+Blue) = 237+215+123=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 123 (48.44% from 255 or 21.39% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD77B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD77B is #122884. Grayscale: #D3D3D3. Windows color (decimal): -1190021 or 8116205. OLE color: 8116205.

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

Color convert

RGB 237 215 123 -
CMYK 0 0.09 0.48 0.07
HSL 48.42º 0.76% 0.71% -
HSV(B) 48.42º 0.48% 0.93% -
XYZ 62.8 68.04 28.56 -
YUV 211.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 237 215 123 0 0.09 0.48 0.07 48.42 0.76 0.71
Hex ED D7 7B 0 9 30 7 30 4C 47
Octal 355 327 173 0 11 60 7 60 114 107
Binary 11101101 11010111 1111011 0 1001 110000 111 110000 1001100 1000111

Color Harmonies of #EDD77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD77B

Black with #EDD77B

Text Example


Text Example

White with #EDD77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD77B; }

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

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

background-color css

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

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

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

border-color css

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

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

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