Html Css Color HEX #EAB93D Tulip Tree

📋 copy color: '#EAB93D'

red 234 ◦ green 185 ◦ blue 61

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

Shades of Tulip Tree #EAB93D

Tints of Tulip Tree #EAB93D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.54%

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

R = 48.75%
G = 38.54%
B = 12.71%

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

#EAB93D (or 0xEAB93D) is known color: Tulip Tree. HEX triplet: EA, B9 and 3D. RGB value is (234,185,61). Sum of RGB (Red+Green+Blue) = 234+185+61=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB93D is #1546C2. Grayscale: #BABABA. Windows color (decimal): -1394371 or 4045290. OLE color: 4045290.

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

Color convert

RGB 234 185 61 -
CMYK 0 0.21 0.74 0.08
HSL 43.01º 0.8% 0.58% -
HSV(B) 43.01º 0.74% 0.92% -
XYZ 52.12 52.53 11.81 -
YUV 185.52 57.73 162.58 -
System Red Green Blue C M Y K H S L
Decimal 234 185 61 0 0.21 0.74 0.08 43.01 0.8 0.58
Hex EA B9 3D 0 15 4A 8 2B 50 3A
Octal 352 271 75 0 25 112 10 53 120 72
Binary 11101010 10111001 111101 0 10101 1001010 1000 101011 1010000 111010

Color Harmonies of #EAB93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB93D

Black with #EAB93D

Text Example


Text Example

White with #EAB93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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