Html Css Color HEX #EDA77D Tacao

📋 copy color: '#EDA77D'

red 237 ◦ green 167 ◦ blue 125

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

Shades of Tacao #EDA77D

Tints of Tacao #EDA77D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.57%

 BLUE value IS 125 (49.22% from 255) = 23.63%

R = 44.8%
G = 31.57%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDA77D (or 0xEDA77D) is known color: Tacao. HEX triplet: ED, A7 and 7D. RGB value is (237,167,125). Sum of RGB (Red+Green+Blue) = 237+167+125=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA77D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA77D is #125882. Grayscale: #B7B7B7. Windows color (decimal): -1202307 or 8234989. OLE color: 8234989.

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

Color convert

RGB 237 167 125 -
CMYK 0 0.30 0.47 0.07
HSL 22.5º 0.76% 0.71% -
HSV(B) 22.5º 0.47% 0.93% -
XYZ 52.45 47.12 25.73 -
YUV 183.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 237 167 125 0 0.30 0.47 0.07 22.5 0.76 0.71
Hex ED A7 7D 0 1E 2F 7 16 4C 47
Octal 355 247 175 0 36 57 7 26 114 107
Binary 11101101 10100111 1111101 0 11110 101111 111 10110 1001100 1000111

Color Harmonies of #EDA77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA77D

Black with #EDA77D

Text Example


Text Example

White with #EDA77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA77D; }

 p { color: rgb(237,167,125); }

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

background-color css

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

 a { background-color: rgb(237,167,125); }

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

border-color css

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

 span { border-color: rgb(237,167,125); }

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