Html Css Color HEX #EDAD37 Tulip Tree

📋 copy color: '#EDAD37'

red 237 ◦ green 173 ◦ blue 55

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

Shades of Tulip Tree #EDAD37

Tints of Tulip Tree #EDAD37

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.2%

 BLUE value IS 55 (21.88% from 255) = 11.83%

R = 50.97%
G = 37.2%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDAD37 (or 0xEDAD37) is known color: Tulip Tree. HEX triplet: ED, AD and 37. RGB value is (237,173,55). Sum of RGB (Red+Green+Blue) = 237+173+55=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 55 (21.88% from 255 or 11.83% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD37 is #1252C8. Grayscale: #B3B3B3. Windows color (decimal): -1200841 or 3649005. OLE color: 3649005.

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

Color convert

RGB 237 173 55 -
CMYK 0 0.27 0.77 0.07
HSL 38.9º 0.83% 0.57% -
HSV(B) 38.9º 0.77% 0.93% -
XYZ 50.56 48.17 10.25 -
YUV 178.68 58.2 169.59 -
System Red Green Blue C M Y K H S L
Decimal 237 173 55 0 0.27 0.77 0.07 38.9 0.83 0.57
Hex ED AD 37 0 1B 4D 7 27 53 39
Octal 355 255 67 0 33 115 7 47 123 71
Binary 11101101 10101101 110111 0 11011 1001101 111 100111 1010011 111001

Color Harmonies of #EDAD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD37

Black with #EDAD37

Text Example


Text Example

White with #EDAD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD37; }

 p { color: rgb(237,173,55); }

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

background-color css

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

 a { background-color: rgb(237,173,55); }

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

border-color css

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

 span { border-color: rgb(237,173,55); }

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