Html Css Color HEX #EDA646 Tulip Tree

📋 copy color: '#EDA646'

red 237 ◦ green 166 ◦ blue 70

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

Shades of Tulip Tree #EDA646

Tints of Tulip Tree #EDA646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.8%

R = 50.11%
G = 35.1%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDA646 (or 0xEDA646) is known color: Tulip Tree. HEX triplet: ED, A6 and 46. RGB value is (237,166,70). Sum of RGB (Red+Green+Blue) = 237+166+70=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA646 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA646 is #1259B9. Grayscale: #B0B0B0. Windows color (decimal): -1202618 or 4630253. OLE color: 4630253.

HSL color Cylindrical-coordinate representation of color #EDA646: hue angle of 34.49º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDA646 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 166 70 -
CMYK 0 0.30 0.70 0.07
HSL 34.49º 0.82% 0.6% -
HSV(B) 34.49º 0.7% 0.93% -
XYZ 49.67 45.72 12 -
YUV 176.29 68.02 171.31 -
System Red Green Blue C M Y K H S L
Decimal 237 166 70 0 0.30 0.70 0.07 34.49 0.82 0.6
Hex ED A6 46 0 1E 46 7 22 52 3C
Octal 355 246 106 0 36 106 7 42 122 74
Binary 11101101 10100110 1000110 0 11110 1000110 111 100010 1010010 111100

Color Harmonies of #EDA646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA646

Black with #EDA646

Text Example


Text Example

White with #EDA646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA646; }

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

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

background-color css

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

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

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

border-color css

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

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

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