Html Css Color HEX #EABA3C Tulip Tree

📋 copy color: '#EABA3C'

red 234 ◦ green 186 ◦ blue 60

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

Shades of Tulip Tree #EABA3C

Tints of Tulip Tree #EABA3C

RGB

 RED value IS 234 (91.8% from 255) = 48.75%

 GREEN value IS 186 (73.05% from 255) = 38.75%

 BLUE value IS 60 (23.83% from 255) = 12.5%

R = 48.75%
G = 38.75%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EABA3C (or 0xEABA3C) is known color: Tulip Tree. HEX triplet: EA, BA and 3C. RGB value is (234,186,60). Sum of RGB (Red+Green+Blue) = 234+186+60=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 60 (23.83% from 255 or 12.5% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA3C is #1545C3. Grayscale: #BABABA. Windows color (decimal): -1394116 or 3980010. OLE color: 3980010.

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

Color convert

RGB 234 186 60 -
CMYK 0 0.21 0.74 0.08
HSL 43.45º 0.81% 0.58% -
HSV(B) 43.45º 0.74% 0.92% -
XYZ 52.31 52.94 11.74 -
YUV 185.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 234 186 60 0 0.21 0.74 0.08 43.45 0.81 0.58
Hex EA BA 3C 0 15 4A 8 2B 51 3A
Octal 352 272 74 0 25 112 10 53 121 72
Binary 11101010 10111010 111100 0 10101 1001010 1000 101011 1010001 111010

Color Harmonies of #EABA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA3C

Black with #EABA3C

Text Example


Text Example

White with #EABA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA3C; }

 p { color: rgb(234,186,60); }

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

background-color css

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

 a { background-color: rgb(234,186,60); }

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

border-color css

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

 span { border-color: rgb(234,186,60); }

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