Html Css Color HEX #EDA57D Tacao

📋 copy color: '#EDA57D'

red 237 ◦ green 165 ◦ blue 125

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

Shades of Tacao #EDA57D

Tints of Tacao #EDA57D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.31%

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

R = 44.97%
G = 31.31%
B = 23.72%

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

#EDA57D (or 0xEDA57D) is known color: Tacao. HEX triplet: ED, A5 and 7D. RGB value is (237,165,125). Sum of RGB (Red+Green+Blue) = 237+165+125=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA57D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA57D is #125A82. Grayscale: #B6B6B6. Windows color (decimal): -1202819 or 8234477. OLE color: 8234477.

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

Color convert

RGB 237 165 125 -
CMYK 0 0.30 0.47 0.07
HSL 21.43º 0.76% 0.71% -
HSV(B) 21.43º 0.47% 0.93% -
XYZ 52.08 46.4 25.61 -
YUV 181.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 237 165 125 0 0.30 0.47 0.07 21.43 0.76 0.71
Hex ED A5 7D 0 1E 2F 7 15 4C 47
Octal 355 245 175 0 36 57 7 25 114 107
Binary 11101101 10100101 1111101 0 11110 101111 111 10101 1001100 1000111

Color Harmonies of #EDA57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA57D

Black with #EDA57D

Text Example


Text Example

White with #EDA57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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