Html Css Color HEX #EDB074 Tacao

📋 copy color: '#EDB074'

red 237 ◦ green 176 ◦ blue 116

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

Shades of Tacao #EDB074

Tints of Tacao #EDB074

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.27%

 BLUE value IS 116 (45.7% from 255) = 21.93%

R = 44.8%
G = 33.27%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDB074 (or 0xEDB074) is known color: Tacao. HEX triplet: ED, B0 and 74. RGB value is (237,176,116). Sum of RGB (Red+Green+Blue) = 237+176+116=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB074 is #124F8B. Grayscale: #BBBBBB. Windows color (decimal): -1200012 or 7647469. OLE color: 7647469.

HSL color Cylindrical-coordinate representation of color #EDB074: hue angle of 29.75º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDB074 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 176 116 -
CMYK 0 0.26 0.51 0.07
HSL 29.75º 0.77% 0.69% -
HSV(B) 29.75º 0.51% 0.93% -
XYZ 53.6 50.32 23.41 -
YUV 187.4 87.71 163.38 -
System Red Green Blue C M Y K H S L
Decimal 237 176 116 0 0.26 0.51 0.07 29.75 0.77 0.69
Hex ED B0 74 0 1A 33 7 1E 4D 45
Octal 355 260 164 0 32 63 7 36 115 105
Binary 11101101 10110000 1110100 0 11010 110011 111 11110 1001101 1000101

Color Harmonies of #EDB074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB074

Black with #EDB074

Text Example


Text Example

White with #EDB074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB074; }

 p { color: rgb(237,176,116); }

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

background-color css

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

 a { background-color: rgb(237,176,116); }

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

border-color css

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

 span { border-color: rgb(237,176,116); }

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