Html Css Color HEX #EDA846 Tulip Tree

📋 copy color: '#EDA846'

red 237 ◦ green 168 ◦ blue 70

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

Shades of Tulip Tree #EDA846

Tints of Tulip Tree #EDA846

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.37%

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

R = 49.89%
G = 35.37%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDA846 (or 0xEDA846) is known color: Tulip Tree. HEX triplet: ED, A8 and 46. RGB value is (237,168,70). Sum of RGB (Red+Green+Blue) = 237+168+70=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 70 (27.73% from 255 or 14.74% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA846 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA846 is #1257B9. Grayscale: #B1B1B1. Windows color (decimal): -1202106 or 4630765. OLE color: 4630765.

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

Color convert

RGB 237 168 70 -
CMYK 0 0.29 0.70 0.07
HSL 35.21º 0.82% 0.6% -
HSV(B) 35.21º 0.7% 0.93% -
XYZ 50.03 46.45 12.12 -
YUV 177.46 67.36 170.47 -
System Red Green Blue C M Y K H S L
Decimal 237 168 70 0 0.29 0.70 0.07 35.21 0.82 0.6
Hex ED A8 46 0 1D 46 7 23 52 3C
Octal 355 250 106 0 35 106 7 43 122 74
Binary 11101101 10101000 1000110 0 11101 1000110 111 100011 1010010 111100

Color Harmonies of #EDA846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA846

Black with #EDA846

Text Example


Text Example

White with #EDA846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA846; }

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

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

background-color css

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

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

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

border-color css

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

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

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