Html Css Color HEX #EDA842 Tulip Tree

📋 copy color: '#EDA842'

red 237 ◦ green 168 ◦ blue 66

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

Shades of Tulip Tree #EDA842

Tints of Tulip Tree #EDA842

RGB

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

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

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

R = 50.32%
G = 35.67%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDA842 (or 0xEDA842) is known color: Tulip Tree. HEX triplet: ED, A8 and 42. RGB value is (237,168,66). Sum of RGB (Red+Green+Blue) = 237+168+66=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA842 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA842 is #1257BD. Grayscale: #B1B1B1. Windows color (decimal): -1202110 or 4368621. OLE color: 4368621.

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

Color convert

RGB 237 168 66 -
CMYK 0 0.29 0.72 0.07
HSL 35.79º 0.83% 0.59% -
HSV(B) 35.79º 0.72% 0.93% -
XYZ 49.91 46.4 11.48 -
YUV 177 65.36 170.79 -
System Red Green Blue C M Y K H S L
Decimal 237 168 66 0 0.29 0.72 0.07 35.79 0.83 0.59
Hex ED A8 42 0 1D 48 7 24 53 3B
Octal 355 250 102 0 35 110 7 44 123 73
Binary 11101101 10101000 1000010 0 11101 1001000 111 100100 1010011 111011

Color Harmonies of #EDA842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA842

Black with #EDA842

Text Example


Text Example

White with #EDA842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA842; }

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

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

background-color css

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

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

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

border-color css

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

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

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