Html Css Color HEX #EBA542 Tulip Tree

📋 copy color: '#EBA542'

red 235 ◦ green 165 ◦ blue 66

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

Shades of Tulip Tree #EBA542

Tints of Tulip Tree #EBA542

RGB

 RED value IS 235 (92.19% from 255) = 50.43%

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

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

R = 50.43%
G = 35.41%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBA542 (or 0xEBA542) is known color: Tulip Tree. HEX triplet: EB, A5 and 42. RGB value is (235,165,66). Sum of RGB (Red+Green+Blue) = 235+165+66=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA542 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA542 is #145ABD. Grayscale: #AFAFAF. Windows color (decimal): -1333950 or 4367851. OLE color: 4367851.

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

Color convert

RGB 235 165 66 -
CMYK 0 0.30 0.72 0.08
HSL 35.15º 0.81% 0.59% -
HSV(B) 35.15º 0.72% 0.92% -
XYZ 48.7 44.97 11.27 -
YUV 174.64 66.69 171.05 -
System Red Green Blue C M Y K H S L
Decimal 235 165 66 0 0.30 0.72 0.08 35.15 0.81 0.59
Hex EB A5 42 0 1E 48 8 23 51 3B
Octal 353 245 102 0 36 110 10 43 121 73
Binary 11101011 10100101 1000010 0 11110 1001000 1000 100011 1010001 111011

Color Harmonies of #EBA542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA542

Black with #EBA542

Text Example


Text Example

White with #EBA542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA542; }

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

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

background-color css

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

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

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

border-color css

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

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

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