Html Css Color HEX #EDA546 Tulip Tree

📋 copy color: '#EDA546'

red 237 ◦ green 165 ◦ blue 70

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

Shades of Tulip Tree #EDA546

Tints of Tulip Tree #EDA546

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.96%

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

R = 50.21%
G = 34.96%
B = 14.83%

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

#EDA546 (or 0xEDA546) is known color: Tulip Tree. HEX triplet: ED, A5 and 46. RGB value is (237,165,70). Sum of RGB (Red+Green+Blue) = 237+165+70=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA546 is #125AB9. Grayscale: #B0B0B0. Windows color (decimal): -1202874 or 4629997. OLE color: 4629997.

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

Color convert

RGB 237 165 70 -
CMYK 0 0.30 0.70 0.07
HSL 34.13º 0.82% 0.6% -
HSV(B) 34.13º 0.7% 0.93% -
XYZ 49.49 45.36 11.94 -
YUV 175.7 68.35 171.72 -
System Red Green Blue C M Y K H S L
Decimal 237 165 70 0 0.30 0.70 0.07 34.13 0.82 0.6
Hex ED A5 46 0 1E 46 7 22 52 3C
Octal 355 245 106 0 36 106 7 42 122 74
Binary 11101101 10100101 1000110 0 11110 1000110 111 100010 1010010 111100

Color Harmonies of #EDA546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA546

Black with #EDA546

Text Example


Text Example

White with #EDA546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA546; }

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

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

background-color css

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

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

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

border-color css

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

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

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