Html Css Color HEX #EDA541 Tulip Tree

📋 copy color: '#EDA541'

red 237 ◦ green 165 ◦ blue 65

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

Shades of Tulip Tree #EDA541

Tints of Tulip Tree #EDA541

RGB

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

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

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

R = 50.75%
G = 35.33%
B = 13.92%

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

#EDA541 (or 0xEDA541) is known color: Tulip Tree. HEX triplet: ED, A5 and 41. RGB value is (237,165,65). Sum of RGB (Red+Green+Blue) = 237+165+65=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA541 is #125ABE. Grayscale: #AFAFAF. Windows color (decimal): -1202879 or 4302317. OLE color: 4302317.

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

Color convert

RGB 237 165 65 -
CMYK 0 0.30 0.73 0.07
HSL 34.88º 0.83% 0.59% -
HSV(B) 34.88º 0.73% 0.93% -
XYZ 49.33 45.3 11.14 -
YUV 175.13 65.85 172.13 -
System Red Green Blue C M Y K H S L
Decimal 237 165 65 0 0.30 0.73 0.07 34.88 0.83 0.59
Hex ED A5 41 0 1E 49 7 23 53 3B
Octal 355 245 101 0 36 111 7 43 123 73
Binary 11101101 10100101 1000001 0 11110 1001001 111 100011 1010011 111011

Color Harmonies of #EDA541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA541

Black with #EDA541

Text Example


Text Example

White with #EDA541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA541; }

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

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

background-color css

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

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

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

border-color css

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

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

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