Html Css Color HEX #EDA940 Tulip Tree

📋 copy color: '#EDA940'

red 237 ◦ green 169 ◦ blue 64

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

Shades of Tulip Tree #EDA940

Tints of Tulip Tree #EDA940

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.96%

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

R = 50.43%
G = 35.96%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDA940 (or 0xEDA940) is known color: Tulip Tree. HEX triplet: ED, A9 and 40. RGB value is (237,169,64). Sum of RGB (Red+Green+Blue) = 237+169+64=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA940 is #1256BF. Grayscale: #B1B1B1. Windows color (decimal): -1201856 or 4237805. OLE color: 4237805.

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

Color convert

RGB 237 169 64 -
CMYK 0 0.29 0.73 0.07
HSL 36.42º 0.83% 0.59% -
HSV(B) 36.42º 0.73% 0.93% -
XYZ 50.04 46.75 11.24 -
YUV 177.36 64.03 170.54 -
System Red Green Blue C M Y K H S L
Decimal 237 169 64 0 0.29 0.73 0.07 36.42 0.83 0.59
Hex ED A9 40 0 1D 49 7 24 53 3B
Octal 355 251 100 0 35 111 7 44 123 73
Binary 11101101 10101001 1000000 0 11101 1001001 111 100100 1010011 111011

Color Harmonies of #EDA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA940

Black with #EDA940

Text Example


Text Example

White with #EDA940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA940; }

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

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

background-color css

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

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

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

border-color css

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

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

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