Html Css Color HEX #EDAC77 Tacao

📋 copy color: '#EDAC77'

red 237 ◦ green 172 ◦ blue 119

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

Shades of Tacao #EDAC77

Tints of Tacao #EDAC77

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.58%

 BLUE value IS 119 (46.88% from 255) = 22.54%

R = 44.89%
G = 32.58%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDAC77 (or 0xEDAC77) is known color: Tacao. HEX triplet: ED, AC and 77. RGB value is (237,172,119). Sum of RGB (Red+Green+Blue) = 237+172+119=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC77 is #125388. Grayscale: #B9B9B9. Windows color (decimal): -1201033 or 7843053. OLE color: 7843053.

HSL color Cylindrical-coordinate representation of color #EDAC77: hue angle of 26.95º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDAC77 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 172 119 -
CMYK 0 0.27 0.50 0.07
HSL 26.95º 0.77% 0.7% -
HSV(B) 26.95º 0.5% 0.93% -
XYZ 53.01 48.84 24.09 -
YUV 185.39 90.53 164.81 -
System Red Green Blue C M Y K H S L
Decimal 237 172 119 0 0.27 0.50 0.07 26.95 0.77 0.7
Hex ED AC 77 0 1B 32 7 1B 4D 46
Octal 355 254 167 0 33 62 7 33 115 106
Binary 11101101 10101100 1110111 0 11011 110010 111 11011 1001101 1000110

Color Harmonies of #EDAC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC77

Black with #EDAC77

Text Example


Text Example

White with #EDAC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC77; }

 p { color: rgb(237,172,119); }

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

background-color css

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

 a { background-color: rgb(237,172,119); }

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

border-color css

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

 span { border-color: rgb(237,172,119); }

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