Html Css Color HEX #EDAE7D Tacao

📋 copy color: '#EDAE7D'

red 237 ◦ green 174 ◦ blue 125

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

Shades of Tacao #EDAE7D

Tints of Tacao #EDAE7D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.46%

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

R = 44.22%
G = 32.46%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDAE7D (or 0xEDAE7D) is known color: Tacao. HEX triplet: ED, AE and 7D. RGB value is (237,174,125). Sum of RGB (Red+Green+Blue) = 237+174+125=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAE7D is #125182. Grayscale: #BBBBBB. Windows color (decimal): -1200515 or 8236781. OLE color: 8236781.

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

Color convert

RGB 237 174 125 -
CMYK 0 0.27 0.47 0.07
HSL 26.25º 0.76% 0.71% -
HSV(B) 26.25º 0.47% 0.93% -
XYZ 53.76 49.76 26.17 -
YUV 187.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 237 174 125 0 0.27 0.47 0.07 26.25 0.76 0.71
Hex ED AE 7D 0 1B 2F 7 1A 4C 47
Octal 355 256 175 0 33 57 7 32 114 107
Binary 11101101 10101110 1111101 0 11011 101111 111 11010 1001100 1000111

Color Harmonies of #EDAE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAE7D

Black with #EDAE7D

Text Example


Text Example

White with #EDAE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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