Html Css Color HEX #EDAA3D Tulip Tree

📋 copy color: '#EDAA3D'

red 237 ◦ green 170 ◦ blue 61

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

Shades of Tulip Tree #EDAA3D

Tints of Tulip Tree #EDAA3D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.32%

 BLUE value IS 61 (24.22% from 255) = 13.03%

R = 50.64%
G = 36.32%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDAA3D (or 0xEDAA3D) is known color: Tulip Tree. HEX triplet: ED, AA and 3D. RGB value is (237,170,61). Sum of RGB (Red+Green+Blue) = 237+170+61=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 61 (24.22% from 255 or 13.03% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAA3D is #1255C2. Grayscale: #B2B2B2. Windows color (decimal): -1201603 or 4041453. OLE color: 4041453.

HSL color Cylindrical-coordinate representation of color #EDAA3D: hue angle of 37.16º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDAA3D is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 170 61 -
CMYK 0 0.28 0.74 0.07
HSL 37.16º 0.83% 0.58% -
HSV(B) 37.16º 0.74% 0.93% -
XYZ 50.14 47.09 10.86 -
YUV 177.61 62.2 170.36 -
System Red Green Blue C M Y K H S L
Decimal 237 170 61 0 0.28 0.74 0.07 37.16 0.83 0.58
Hex ED AA 3D 0 1C 4A 7 25 53 3A
Octal 355 252 75 0 34 112 7 45 123 72
Binary 11101101 10101010 111101 0 11100 1001010 111 100101 1010011 111010

Color Harmonies of #EDAA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA3D

Black with #EDAA3D

Text Example


Text Example

White with #EDAA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA3D; }

 p { color: rgb(237,170,61); }

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

background-color css

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

 a { background-color: rgb(237,170,61); }

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

border-color css

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

 span { border-color: rgb(237,170,61); }

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