Html Css Color HEX #EDAD3F Tulip Tree

📋 copy color: '#EDAD3F'

red 237 ◦ green 173 ◦ blue 63

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

Shades of Tulip Tree #EDAD3F

Tints of Tulip Tree #EDAD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.32%

R = 50.11%
G = 36.58%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDAD3F (or 0xEDAD3F) is known color: Tulip Tree. HEX triplet: ED, AD and 3F. RGB value is (237,173,63). Sum of RGB (Red+Green+Blue) = 237+173+63=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD3F is #1252C0. Grayscale: #B4B4B4. Windows color (decimal): -1200833 or 4173293. OLE color: 4173293.

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

Color convert

RGB 237 173 63 -
CMYK 0 0.27 0.73 0.07
HSL 37.93º 0.83% 0.59% -
HSV(B) 37.93º 0.73% 0.93% -
XYZ 50.77 48.25 11.34 -
YUV 179.6 62.2 168.94 -
System Red Green Blue C M Y K H S L
Decimal 237 173 63 0 0.27 0.73 0.07 37.93 0.83 0.59
Hex ED AD 3F 0 1B 49 7 26 53 3B
Octal 355 255 77 0 33 111 7 46 123 73
Binary 11101101 10101101 111111 0 11011 1001001 111 100110 1010011 111011

Color Harmonies of #EDAD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD3F

Black with #EDAD3F

Text Example


Text Example

White with #EDAD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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