Html Css Color HEX #EDAD41 Tulip Tree

📋 copy color: '#EDAD41'

red 237 ◦ green 173 ◦ blue 65

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

Shades of Tulip Tree #EDAD41

Tints of Tulip Tree #EDAD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.68%

R = 49.89%
G = 36.42%
B = 13.68%

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

#EDAD41 (or 0xEDAD41) is known color: Tulip Tree. HEX triplet: ED, AD and 41. RGB value is (237,173,65). Sum of RGB (Red+Green+Blue) = 237+173+65=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 65 (25.78% from 255 or 13.68% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD41 is #1252BE. Grayscale: #B4B4B4. Windows color (decimal): -1200831 or 4304365. OLE color: 4304365.

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

Color convert

RGB 237 173 65 -
CMYK 0 0.27 0.73 0.07
HSL 37.67º 0.83% 0.59% -
HSV(B) 37.67º 0.73% 0.93% -
XYZ 50.82 48.27 11.64 -
YUV 179.82 63.2 168.78 -
System Red Green Blue C M Y K H S L
Decimal 237 173 65 0 0.27 0.73 0.07 37.67 0.83 0.59
Hex ED AD 41 0 1B 49 7 26 53 3B
Octal 355 255 101 0 33 111 7 46 123 73
Binary 11101101 10101101 1000001 0 11011 1001001 111 100110 1010011 111011

Color Harmonies of #EDAD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD41

Black with #EDAD41

Text Example


Text Example

White with #EDAD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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