Html Css Color HEX #EDA946 Tulip Tree

📋 copy color: '#EDA946'

red 237 ◦ green 169 ◦ blue 70

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

Shades of Tulip Tree #EDA946

Tints of Tulip Tree #EDA946

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.5%

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

R = 49.79%
G = 35.5%
B = 14.71%

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

#EDA946 (or 0xEDA946) is known color: Tulip Tree. HEX triplet: ED, A9 and 46. RGB value is (237,169,70). Sum of RGB (Red+Green+Blue) = 237+169+70=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA946 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA946 is #1256B9. Grayscale: #B2B2B2. Windows color (decimal): -1201850 or 4631021. OLE color: 4631021.

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

Color convert

RGB 237 169 70 -
CMYK 0 0.29 0.70 0.07
HSL 35.57º 0.82% 0.6% -
HSV(B) 35.57º 0.7% 0.93% -
XYZ 50.22 46.82 12.19 -
YUV 178.05 67.03 170.05 -
System Red Green Blue C M Y K H S L
Decimal 237 169 70 0 0.29 0.70 0.07 35.57 0.82 0.6
Hex ED A9 46 0 1D 46 7 24 52 3C
Octal 355 251 106 0 35 106 7 44 122 74
Binary 11101101 10101001 1000110 0 11101 1000110 111 100100 1010010 111100

Color Harmonies of #EDA946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA946

Black with #EDA946

Text Example


Text Example

White with #EDA946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA946; }

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

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

background-color css

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

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

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

border-color css

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

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

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