Html Css Color HEX #EABA3D Tulip Tree

📋 copy color: '#EABA3D'

red 234 ◦ green 186 ◦ blue 61

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

Shades of Tulip Tree #EABA3D

Tints of Tulip Tree #EABA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.68%

R = 48.65%
G = 38.67%
B = 12.68%

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

#EABA3D (or 0xEABA3D) is known color: Tulip Tree. HEX triplet: EA, BA and 3D. RGB value is (234,186,61). Sum of RGB (Red+Green+Blue) = 234+186+61=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 61 (24.22% from 255 or 12.68% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA3D is #1545C2. Grayscale: #BABABA. Windows color (decimal): -1394115 or 4045546. OLE color: 4045546.

HSL color Cylindrical-coordinate representation of color #EABA3D: hue angle of 43.35º degrees, saturation: 0.8, 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 #EABA3D is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 186 61 -
CMYK 0 0.21 0.74 0.08
HSL 43.35º 0.8% 0.58% -
HSV(B) 43.35º 0.74% 0.92% -
XYZ 52.33 52.95 11.88 -
YUV 186.1 57.4 162.16 -
System Red Green Blue C M Y K H S L
Decimal 234 186 61 0 0.21 0.74 0.08 43.35 0.8 0.58
Hex EA BA 3D 0 15 4A 8 2B 50 3A
Octal 352 272 75 0 25 112 10 53 120 72
Binary 11101010 10111010 111101 0 10101 1001010 1000 101011 1010000 111010

Color Harmonies of #EABA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA3D

Black with #EABA3D

Text Example


Text Example

White with #EABA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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