Html Css Color HEX #EBA440 Tulip Tree

📋 copy color: '#EBA440'

red 235 ◦ green 164 ◦ blue 64

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

Shades of Tulip Tree #EBA440

Tints of Tulip Tree #EBA440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.42%

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

R = 50.76%
G = 35.42%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBA440 (or 0xEBA440) is known color: Tulip Tree. HEX triplet: EB, A4 and 40. RGB value is (235,164,64). Sum of RGB (Red+Green+Blue) = 235+164+64=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA440 is #145BBF. Grayscale: #AEAEAE. Windows color (decimal): -1334208 or 4236523. OLE color: 4236523.

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

Color convert

RGB 235 164 64 -
CMYK 0 0.30 0.73 0.08
HSL 35.09º 0.81% 0.59% -
HSV(B) 35.09º 0.73% 0.92% -
XYZ 48.46 44.58 10.9 -
YUV 173.83 66.02 171.63 -
System Red Green Blue C M Y K H S L
Decimal 235 164 64 0 0.30 0.73 0.08 35.09 0.81 0.59
Hex EB A4 40 0 1E 49 8 23 51 3B
Octal 353 244 100 0 36 111 10 43 121 73
Binary 11101011 10100100 1000000 0 11110 1001001 1000 100011 1010001 111011

Color Harmonies of #EBA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA440

Black with #EBA440

Text Example


Text Example

White with #EBA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA440; }

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

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

background-color css

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

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

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

border-color css

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

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

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