Html Css Color HEX #EBA340 Tulip Tree

📋 copy color: '#EBA340'

red 235 ◦ green 163 ◦ blue 64

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

Shades of Tulip Tree #EBA340

Tints of Tulip Tree #EBA340

RGB

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

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

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

R = 50.87%
G = 35.28%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBA340 (or 0xEBA340) is known color: Tulip Tree. HEX triplet: EB, A3 and 40. RGB value is (235,163,64). Sum of RGB (Red+Green+Blue) = 235+163+64=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA340 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA340 is #145CBF. Grayscale: #ADADAD. Windows color (decimal): -1334464 or 4236267. OLE color: 4236267.

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

Color convert

RGB 235 163 64 -
CMYK 0 0.31 0.73 0.08
HSL 34.74º 0.81% 0.59% -
HSV(B) 34.74º 0.73% 0.92% -
XYZ 48.28 44.23 10.84 -
YUV 173.24 66.35 172.05 -
System Red Green Blue C M Y K H S L
Decimal 235 163 64 0 0.31 0.73 0.08 34.74 0.81 0.59
Hex EB A3 40 0 1F 49 8 23 51 3B
Octal 353 243 100 0 37 111 10 43 121 73
Binary 11101011 10100011 1000000 0 11111 1001001 1000 100011 1010001 111011

Color Harmonies of #EBA340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA340

Black with #EBA340

Text Example


Text Example

White with #EBA340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA340; }

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

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

background-color css

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

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

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

border-color css

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

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

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