Html Css Color HEX #EDAB39 Tulip Tree

📋 copy color: '#EDAB39'

red 237 ◦ green 171 ◦ blue 57

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

Shades of Tulip Tree #EDAB39

Tints of Tulip Tree #EDAB39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.26%

R = 50.97%
G = 36.77%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDAB39 (or 0xEDAB39) is known color: Tulip Tree. HEX triplet: ED, AB and 39. RGB value is (237,171,57). Sum of RGB (Red+Green+Blue) = 237+171+57=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 57 (22.66% from 255 or 12.26% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB39 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB39 is #1254C6. Grayscale: #B2B2B2. Windows color (decimal): -1201351 or 3779565. OLE color: 3779565.

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

Color convert

RGB 237 171 57 -
CMYK 0 0.28 0.76 0.07
HSL 38º 0.83% 0.58% -
HSV(B) 38º 0.76% 0.93% -
XYZ 50.23 47.43 10.38 -
YUV 177.74 59.87 170.27 -
System Red Green Blue C M Y K H S L
Decimal 237 171 57 0 0.28 0.76 0.07 38 0.83 0.58
Hex ED AB 39 0 1C 4C 7 26 53 3A
Octal 355 253 71 0 34 114 7 46 123 72
Binary 11101101 10101011 111001 0 11100 1001100 111 100110 1010011 111010

Color Harmonies of #EDAB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB39

Black with #EDAB39

Text Example


Text Example

White with #EDAB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB39; }

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

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

background-color css

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

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

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

border-color css

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

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

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