Html Css Color HEX #EDB072 Tacao

📋 copy color: '#EDB072'

red 237 ◦ green 176 ◦ blue 114

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

Shades of Tacao #EDB072

Tints of Tacao #EDB072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.63%

R = 44.97%
G = 33.4%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDB072 (or 0xEDB072) is known color: Tacao. HEX triplet: ED, B0 and 72. RGB value is (237,176,114). Sum of RGB (Red+Green+Blue) = 237+176+114=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB072 is #124F8D. Grayscale: #BBBBBB. Windows color (decimal): -1200014 or 7516397. OLE color: 7516397.

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

Color convert

RGB 237 176 114 -
CMYK 0 0.26 0.52 0.07
HSL 30.24º 0.77% 0.69% -
HSV(B) 30.24º 0.52% 0.93% -
XYZ 53.49 50.27 22.8 -
YUV 187.17 86.71 163.54 -
System Red Green Blue C M Y K H S L
Decimal 237 176 114 0 0.26 0.52 0.07 30.24 0.77 0.69
Hex ED B0 72 0 1A 34 7 1E 4D 45
Octal 355 260 162 0 32 64 7 36 115 105
Binary 11101101 10110000 1110010 0 11010 110100 111 11110 1001101 1000101

Color Harmonies of #EDB072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB072

Black with #EDB072

Text Example


Text Example

White with #EDB072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB072; }

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

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

background-color css

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

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

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

border-color css

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

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

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