Html Css Color HEX #EBA642 Tulip Tree

📋 copy color: '#EBA642'

red 235 ◦ green 166 ◦ blue 66

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

Shades of Tulip Tree #EBA642

Tints of Tulip Tree #EBA642

RGB

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

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

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

R = 50.32%
G = 35.55%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBA642 (or 0xEBA642) is known color: Tulip Tree. HEX triplet: EB, A6 and 42. RGB value is (235,166,66). Sum of RGB (Red+Green+Blue) = 235+166+66=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA642 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA642 is #1459BD. Grayscale: #AFAFAF. Windows color (decimal): -1333694 or 4368107. OLE color: 4368107.

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

Color convert

RGB 235 166 66 -
CMYK 0 0.29 0.72 0.08
HSL 35.5º 0.81% 0.59% -
HSV(B) 35.5º 0.72% 0.92% -
XYZ 48.88 45.33 11.33 -
YUV 175.23 66.36 170.63 -
System Red Green Blue C M Y K H S L
Decimal 235 166 66 0 0.29 0.72 0.08 35.5 0.81 0.59
Hex EB A6 42 0 1D 48 8 24 51 3B
Octal 353 246 102 0 35 110 10 44 121 73
Binary 11101011 10100110 1000010 0 11101 1001000 1000 100100 1010001 111011

Color Harmonies of #EBA642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA642

Black with #EBA642

Text Example


Text Example

White with #EBA642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA642; }

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

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

background-color css

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

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

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

border-color css

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

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

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