Html Css Color HEX #EDB27C Tacao

📋 copy color: '#EDB27C'

red 237 ◦ green 178 ◦ blue 124

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

Shades of Tacao #EDB27C

Tints of Tacao #EDB27C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.02%

 BLUE value IS 124 (48.83% from 255) = 23.01%

R = 43.97%
G = 33.02%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDB27C (or 0xEDB27C) is known color: Tacao. HEX triplet: ED, B2 and 7C. RGB value is (237,178,124). Sum of RGB (Red+Green+Blue) = 237+178+124=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB27C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB27C is #124D83. Grayscale: #BDBDBD. Windows color (decimal): -1199492 or 8172269. OLE color: 8172269.

HSL color Cylindrical-coordinate representation of color #EDB27C: hue angle of 28.67º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDB27C is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 178 124 -
CMYK 0 0.25 0.48 0.07
HSL 28.67º 0.76% 0.71% -
HSV(B) 28.67º 0.48% 0.93% -
XYZ 54.48 51.3 26.1 -
YUV 189.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 237 178 124 0 0.25 0.48 0.07 28.67 0.76 0.71
Hex ED B2 7C 0 19 30 7 1D 4C 47
Octal 355 262 174 0 31 60 7 35 114 107
Binary 11101101 10110010 1111100 0 11001 110000 111 11101 1001100 1000111

Color Harmonies of #EDB27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB27C

Black with #EDB27C

Text Example


Text Example

White with #EDB27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB27C; }

 p { color: rgb(237,178,124); }

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

background-color css

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

 a { background-color: rgb(237,178,124); }

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

border-color css

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

 span { border-color: rgb(237,178,124); }

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