Html Css Color HEX #EDAB37 Tulip Tree

📋 copy color: '#EDAB37'

red 237 ◦ green 171 ◦ blue 55

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

Shades of Tulip Tree #EDAB37

Tints of Tulip Tree #EDAB37

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.93%

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

R = 51.19%
G = 36.93%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDAB37 (or 0xEDAB37) is known color: Tulip Tree. HEX triplet: ED, AB and 37. RGB value is (237,171,55). Sum of RGB (Red+Green+Blue) = 237+171+55=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 55 (21.88% from 255 or 11.88% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB37 is #1254C8. Grayscale: #B2B2B2. Windows color (decimal): -1201353 or 3648493. OLE color: 3648493.

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

Color convert

RGB 237 171 55 -
CMYK 0 0.28 0.77 0.07
HSL 38.24º 0.83% 0.57% -
HSV(B) 38.24º 0.77% 0.93% -
XYZ 50.18 47.41 10.12 -
YUV 177.51 58.87 170.43 -
System Red Green Blue C M Y K H S L
Decimal 237 171 55 0 0.28 0.77 0.07 38.24 0.83 0.57
Hex ED AB 37 0 1C 4D 7 26 53 39
Octal 355 253 67 0 34 115 7 46 123 71
Binary 11101101 10101011 110111 0 11100 1001101 111 100110 1010011 111001

Color Harmonies of #EDAB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB37

Black with #EDAB37

Text Example


Text Example

White with #EDAB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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