Html Css Color HEX #EAA340 Tulip Tree

📋 copy color: '#EAA340'

red 234 ◦ green 163 ◦ blue 64

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

Shades of Tulip Tree #EAA340

Tints of Tulip Tree #EAA340

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.36%

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

R = 50.76%
G = 35.36%
B = 13.88%

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

#EAA340 (or 0xEAA340) is known color: Tulip Tree. HEX triplet: EA, A3 and 40. RGB value is (234,163,64). Sum of RGB (Red+Green+Blue) = 234+163+64=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA340 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA340 is #155CBF. Grayscale: #ADADAD. Windows color (decimal): -1400000 or 4236266. OLE color: 4236266.

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

Color convert

RGB 234 163 64 -
CMYK 0 0.30 0.73 0.08
HSL 34.94º 0.8% 0.58% -
HSV(B) 34.94º 0.73% 0.92% -
XYZ 47.95 44.06 10.83 -
YUV 172.94 66.52 171.55 -
System Red Green Blue C M Y K H S L
Decimal 234 163 64 0 0.30 0.73 0.08 34.94 0.8 0.58
Hex EA A3 40 0 1E 49 8 23 50 3A
Octal 352 243 100 0 36 111 10 43 120 72
Binary 11101010 10100011 1000000 0 11110 1001001 1000 100011 1010000 111010

Color Harmonies of #EAA340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA340

Black with #EAA340

Text Example


Text Example

White with #EAA340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA340; }

 p { color: rgb(234,163,64); }

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

background-color css

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

 a { background-color: rgb(234,163,64); }

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

border-color css

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

 span { border-color: rgb(234,163,64); }

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