Html Css Color HEX #EDA740 Tulip Tree

📋 copy color: '#EDA740'

red 237 ◦ green 167 ◦ blue 64

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

Shades of Tulip Tree #EDA740

Tints of Tulip Tree #EDA740

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.68%

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

R = 50.64%
G = 35.68%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDA740 (or 0xEDA740) is known color: Tulip Tree. HEX triplet: ED, A7 and 40. RGB value is (237,167,64). Sum of RGB (Red+Green+Blue) = 237+167+64=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA740 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA740 is #1258BF. Grayscale: #B0B0B0. Windows color (decimal): -1202368 or 4237293. OLE color: 4237293.

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

Color convert

RGB 237 167 64 -
CMYK 0 0.30 0.73 0.07
HSL 35.72º 0.83% 0.59% -
HSV(B) 35.72º 0.73% 0.93% -
XYZ 49.67 46.01 11.11 -
YUV 176.19 64.69 171.38 -
System Red Green Blue C M Y K H S L
Decimal 237 167 64 0 0.30 0.73 0.07 35.72 0.83 0.59
Hex ED A7 40 0 1E 49 7 24 53 3B
Octal 355 247 100 0 36 111 7 44 123 73
Binary 11101101 10100111 1000000 0 11110 1001001 111 100100 1010011 111011

Color Harmonies of #EDA740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA740

Black with #EDA740

Text Example


Text Example

White with #EDA740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA740; }

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

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

background-color css

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

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

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

border-color css

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

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

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