Html Css Color HEX #EDA540 Tulip Tree

📋 copy color: '#EDA540'

red 237 ◦ green 165 ◦ blue 64

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

Shades of Tulip Tree #EDA540

Tints of Tulip Tree #EDA540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.41%

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

R = 50.86%
G = 35.41%
B = 13.73%

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

#EDA540 (or 0xEDA540) is known color: Tulip Tree. HEX triplet: ED, A5 and 40. RGB value is (237,165,64). Sum of RGB (Red+Green+Blue) = 237+165+64=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA540 is #125ABF. Grayscale: #AFAFAF. Windows color (decimal): -1202880 or 4236781. OLE color: 4236781.

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

Color convert

RGB 237 165 64 -
CMYK 0 0.30 0.73 0.07
HSL 35.03º 0.83% 0.59% -
HSV(B) 35.03º 0.73% 0.93% -
XYZ 49.31 45.28 10.99 -
YUV 175.01 65.35 172.21 -
System Red Green Blue C M Y K H S L
Decimal 237 165 64 0 0.30 0.73 0.07 35.03 0.83 0.59
Hex ED A5 40 0 1E 49 7 23 53 3B
Octal 355 245 100 0 36 111 7 43 123 73
Binary 11101101 10100101 1000000 0 11110 1001001 111 100011 1010011 111011

Color Harmonies of #EDA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA540

Black with #EDA540

Text Example


Text Example

White with #EDA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA540; }

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

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

background-color css

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

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

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

border-color css

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

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

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