Html Css Color HEX #EDA841 Tulip Tree

📋 copy color: '#EDA841'

red 237 ◦ green 168 ◦ blue 65

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

Shades of Tulip Tree #EDA841

Tints of Tulip Tree #EDA841

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.74%

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

R = 50.43%
G = 35.74%
B = 13.83%

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

#EDA841 (or 0xEDA841) is known color: Tulip Tree. HEX triplet: ED, A8 and 41. RGB value is (237,168,65). Sum of RGB (Red+Green+Blue) = 237+168+65=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA841 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA841 is #1257BE. Grayscale: #B1B1B1. Windows color (decimal): -1202111 or 4303085. OLE color: 4303085.

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

Color convert

RGB 237 168 65 -
CMYK 0 0.29 0.73 0.07
HSL 35.93º 0.83% 0.59% -
HSV(B) 35.93º 0.73% 0.93% -
XYZ 49.88 46.39 11.33 -
YUV 176.89 64.86 170.88 -
System Red Green Blue C M Y K H S L
Decimal 237 168 65 0 0.29 0.73 0.07 35.93 0.83 0.59
Hex ED A8 41 0 1D 49 7 24 53 3B
Octal 355 250 101 0 35 111 7 44 123 73
Binary 11101101 10101000 1000001 0 11101 1001001 111 100100 1010011 111011

Color Harmonies of #EDA841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA841

Black with #EDA841

Text Example


Text Example

White with #EDA841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA841; }

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

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

background-color css

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

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

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

border-color css

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

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

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