Html Css Color HEX #EBA342 Tulip Tree

📋 copy color: '#EBA342'

red 235 ◦ green 163 ◦ blue 66

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

Shades of Tulip Tree #EBA342

Tints of Tulip Tree #EBA342

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.13%

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

R = 50.65%
G = 35.13%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBA342 (or 0xEBA342) is known color: Tulip Tree. HEX triplet: EB, A3 and 42. RGB value is (235,163,66). Sum of RGB (Red+Green+Blue) = 235+163+66=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA342 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA342 is #145CBD. Grayscale: #ADADAD. Windows color (decimal): -1334462 or 4367339. OLE color: 4367339.

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

Color convert

RGB 235 163 66 -
CMYK 0 0.31 0.72 0.08
HSL 34.44º 0.81% 0.59% -
HSV(B) 34.44º 0.72% 0.92% -
XYZ 48.34 44.25 11.15 -
YUV 173.47 67.35 171.89 -
System Red Green Blue C M Y K H S L
Decimal 235 163 66 0 0.31 0.72 0.08 34.44 0.81 0.59
Hex EB A3 42 0 1F 48 8 22 51 3B
Octal 353 243 102 0 37 110 10 42 121 73
Binary 11101011 10100011 1000010 0 11111 1001000 1000 100010 1010001 111011

Color Harmonies of #EBA342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA342

Black with #EBA342

Text Example


Text Example

White with #EBA342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA342; }

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

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

background-color css

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

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

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

border-color css

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

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

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