Html Css Color HEX #EDA67D Tacao

📋 copy color: '#EDA67D'

red 237 ◦ green 166 ◦ blue 125

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

Shades of Tacao #EDA67D

Tints of Tacao #EDA67D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.44%

 BLUE value IS 125 (49.22% from 255) = 23.67%

R = 44.89%
G = 31.44%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDA67D (or 0xEDA67D) is known color: Tacao. HEX triplet: ED, A6 and 7D. RGB value is (237,166,125). Sum of RGB (Red+Green+Blue) = 237+166+125=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA67D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA67D is #125982. Grayscale: #B6B6B6. Windows color (decimal): -1202563 or 8234733. OLE color: 8234733.

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

Color convert

RGB 237 166 125 -
CMYK 0 0.30 0.47 0.07
HSL 21.96º 0.76% 0.71% -
HSV(B) 21.96º 0.47% 0.93% -
XYZ 52.26 46.76 25.67 -
YUV 182.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 237 166 125 0 0.30 0.47 0.07 21.96 0.76 0.71
Hex ED A6 7D 0 1E 2F 7 16 4C 47
Octal 355 246 175 0 36 57 7 26 114 107
Binary 11101101 10100110 1111101 0 11110 101111 111 10110 1001100 1000111

Color Harmonies of #EDA67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA67D

Black with #EDA67D

Text Example


Text Example

White with #EDA67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA67D; }

 p { color: rgb(237,166,125); }

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

background-color css

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

 a { background-color: rgb(237,166,125); }

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

border-color css

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

 span { border-color: rgb(237,166,125); }

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