Html Css Color HEX #EDA642 Tulip Tree

📋 copy color: '#EDA642'

red 237 ◦ green 166 ◦ blue 66

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

Shades of Tulip Tree #EDA642

Tints of Tulip Tree #EDA642

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.39%

 BLUE value IS 66 (26.17% from 255) = 14.07%

R = 50.53%
G = 35.39%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDA642 (or 0xEDA642) is known color: Tulip Tree. HEX triplet: ED, A6 and 42. RGB value is (237,166,66). Sum of RGB (Red+Green+Blue) = 237+166+66=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA642 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA642 is #1259BD. Grayscale: #B0B0B0. Windows color (decimal): -1202622 or 4368109. OLE color: 4368109.

HSL color Cylindrical-coordinate representation of color #EDA642: hue angle of 35.09º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDA642 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 166 66 -
CMYK 0 0.30 0.72 0.07
HSL 35.09º 0.83% 0.59% -
HSV(B) 35.09º 0.72% 0.93% -
XYZ 49.54 45.67 11.36 -
YUV 175.83 66.02 171.63 -
System Red Green Blue C M Y K H S L
Decimal 237 166 66 0 0.30 0.72 0.07 35.09 0.83 0.59
Hex ED A6 42 0 1E 48 7 23 53 3B
Octal 355 246 102 0 36 110 7 43 123 73
Binary 11101101 10100110 1000010 0 11110 1001000 111 100011 1010011 111011

Color Harmonies of #EDA642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA642

Black with #EDA642

Text Example


Text Example

White with #EDA642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA642; }

 p { color: rgb(237,166,66); }

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

background-color css

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

 a { background-color: rgb(237,166,66); }

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

border-color css

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

 span { border-color: rgb(237,166,66); }

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