Html Css Color HEX #EDAD40 Tulip Tree

📋 copy color: '#EDAD40'

red 237 ◦ green 173 ◦ blue 64

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

Shades of Tulip Tree #EDAD40

Tints of Tulip Tree #EDAD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.5%

R = 50%
G = 36.5%
B = 13.5%

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

#EDAD40 (or 0xEDAD40) is known color: Tulip Tree. HEX triplet: ED, AD and 40. RGB value is (237,173,64). Sum of RGB (Red+Green+Blue) = 237+173+64=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD40 is #1252BF. Grayscale: #B4B4B4. Windows color (decimal): -1200832 or 4238829. OLE color: 4238829.

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

Color convert

RGB 237 173 64 -
CMYK 0 0.27 0.73 0.07
HSL 37.8º 0.83% 0.59% -
HSV(B) 37.8º 0.73% 0.93% -
XYZ 50.79 48.26 11.49 -
YUV 179.71 62.7 168.86 -
System Red Green Blue C M Y K H S L
Decimal 237 173 64 0 0.27 0.73 0.07 37.8 0.83 0.59
Hex ED AD 40 0 1B 49 7 26 53 3B
Octal 355 255 100 0 33 111 7 46 123 73
Binary 11101101 10101101 1000000 0 11011 1001001 111 100110 1010011 111011

Color Harmonies of #EDAD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD40

Black with #EDAD40

Text Example


Text Example

White with #EDAD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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