Html Css Color HEX #EAAD3C Tulip Tree

📋 copy color: '#EAAD3C'

red 234 ◦ green 173 ◦ blue 60

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

Shades of Tulip Tree #EAAD3C

Tints of Tulip Tree #EAAD3C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.04%

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

R = 50.11%
G = 37.04%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EAAD3C (or 0xEAAD3C) is known color: Tulip Tree. HEX triplet: EA, AD and 3C. RGB value is (234,173,60). Sum of RGB (Red+Green+Blue) = 234+173+60=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAD3C is #1552C3. Grayscale: #B2B2B2. Windows color (decimal): -1397444 or 3976682. OLE color: 3976682.

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

Color convert

RGB 234 173 60 -
CMYK 0 0.26 0.74 0.08
HSL 38.97º 0.81% 0.58% -
HSV(B) 38.97º 0.74% 0.92% -
XYZ 49.69 47.71 10.86 -
YUV 178.36 61.21 167.69 -
System Red Green Blue C M Y K H S L
Decimal 234 173 60 0 0.26 0.74 0.08 38.97 0.81 0.58
Hex EA AD 3C 0 1A 4A 8 27 51 3A
Octal 352 255 74 0 32 112 10 47 121 72
Binary 11101010 10101101 111100 0 11010 1001010 1000 100111 1010001 111010

Color Harmonies of #EAAD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAD3C

Black with #EAAD3C

Text Example


Text Example

White with #EAAD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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