Html Css Color HEX #EBA640 Tulip Tree

📋 copy color: '#EBA640'

red 235 ◦ green 166 ◦ blue 64

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

Shades of Tulip Tree #EBA640

Tints of Tulip Tree #EBA640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.76%

R = 50.54%
G = 35.7%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBA640 (or 0xEBA640) is known color: Tulip Tree. HEX triplet: EB, A6 and 40. RGB value is (235,166,64). Sum of RGB (Red+Green+Blue) = 235+166+64=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA640 is #1459BF. Grayscale: #AFAFAF. Windows color (decimal): -1333696 or 4237035. OLE color: 4237035.

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

Color convert

RGB 235 166 64 -
CMYK 0 0.29 0.73 0.08
HSL 35.79º 0.81% 0.59% -
HSV(B) 35.79º 0.73% 0.92% -
XYZ 48.82 45.3 11.02 -
YUV 175 65.36 170.79 -
System Red Green Blue C M Y K H S L
Decimal 235 166 64 0 0.29 0.73 0.08 35.79 0.81 0.59
Hex EB A6 40 0 1D 49 8 24 51 3B
Octal 353 246 100 0 35 111 10 44 121 73
Binary 11101011 10100110 1000000 0 11101 1001001 1000 100100 1010001 111011

Color Harmonies of #EBA640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA640

Black with #EBA640

Text Example


Text Example

White with #EBA640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA640; }

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

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

background-color css

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

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

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

border-color css

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

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

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