Html Css Color HEX #EDA542 Tulip Tree

📋 copy color: '#EDA542'

red 237 ◦ green 165 ◦ blue 66

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

Shades of Tulip Tree #EDA542

Tints of Tulip Tree #EDA542

RGB

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

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

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

R = 50.64%
G = 35.26%
B = 14.1%

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

#EDA542 (or 0xEDA542) is known color: Tulip Tree. HEX triplet: ED, A5 and 42. RGB value is (237,165,66). Sum of RGB (Red+Green+Blue) = 237+165+66=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA542 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA542 is #125ABD. Grayscale: #AFAFAF. Windows color (decimal): -1202878 or 4367853. OLE color: 4367853.

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

Color convert

RGB 237 165 66 -
CMYK 0 0.30 0.72 0.07
HSL 34.74º 0.83% 0.59% -
HSV(B) 34.74º 0.72% 0.93% -
XYZ 49.36 45.31 11.3 -
YUV 175.24 66.35 172.05 -
System Red Green Blue C M Y K H S L
Decimal 237 165 66 0 0.30 0.72 0.07 34.74 0.83 0.59
Hex ED A5 42 0 1E 48 7 23 53 3B
Octal 355 245 102 0 36 110 7 43 123 73
Binary 11101101 10100101 1000010 0 11110 1001000 111 100011 1010011 111011

Color Harmonies of #EDA542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA542

Black with #EDA542

Text Example


Text Example

White with #EDA542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA542; }

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

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

background-color css

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

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

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

border-color css

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

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

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