Html Css Color HEX #EDA37B Tacao

📋 copy color: '#EDA37B'

red 237 ◦ green 163 ◦ blue 123

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

Shades of Tacao #EDA37B

Tints of Tacao #EDA37B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.17%

 BLUE value IS 123 (48.44% from 255) = 23.52%

R = 45.32%
G = 31.17%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDA37B (or 0xEDA37B) is known color: Tacao. HEX triplet: ED, A3 and 7B. RGB value is (237,163,123). Sum of RGB (Red+Green+Blue) = 237+163+123=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA37B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA37B is #125C84. Grayscale: #B4B4B4. Windows color (decimal): -1203333 or 8102893. OLE color: 8102893.

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

Color convert

RGB 237 163 123 -
CMYK 0 0.31 0.48 0.07
HSL 21.05º 0.76% 0.71% -
HSV(B) 21.05º 0.48% 0.93% -
XYZ 51.6 45.63 24.83 -
YUV 180.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 237 163 123 0 0.31 0.48 0.07 21.05 0.76 0.71
Hex ED A3 7B 0 1F 30 7 15 4C 47
Octal 355 243 173 0 37 60 7 25 114 107
Binary 11101101 10100011 1111011 0 11111 110000 111 10101 1001100 1000111

Color Harmonies of #EDA37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA37B

Black with #EDA37B

Text Example


Text Example

White with #EDA37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA37B; }

 p { color: rgb(237,163,123); }

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

background-color css

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

 a { background-color: rgb(237,163,123); }

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

border-color css

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

 span { border-color: rgb(237,163,123); }

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