Html Css Color HEX #EAA341 Tulip Tree

📋 copy color: '#EAA341'

red 234 ◦ green 163 ◦ blue 65

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

Shades of Tulip Tree #EAA341

Tints of Tulip Tree #EAA341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.07%

R = 50.65%
G = 35.28%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EAA341 (or 0xEAA341) is known color: Tulip Tree. HEX triplet: EA, A3 and 41. RGB value is (234,163,65). Sum of RGB (Red+Green+Blue) = 234+163+65=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA341 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA341 is #155CBE. Grayscale: #ADADAD. Windows color (decimal): -1399999 or 4301802. OLE color: 4301802.

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

Color convert

RGB 234 163 65 -
CMYK 0 0.30 0.72 0.08
HSL 34.79º 0.8% 0.59% -
HSV(B) 34.79º 0.72% 0.92% -
XYZ 47.98 44.07 10.98 -
YUV 173.06 67.02 171.47 -
System Red Green Blue C M Y K H S L
Decimal 234 163 65 0 0.30 0.72 0.08 34.79 0.8 0.59
Hex EA A3 41 0 1E 48 8 23 50 3B
Octal 352 243 101 0 36 110 10 43 120 73
Binary 11101010 10100011 1000001 0 11110 1001000 1000 100011 1010000 111011

Color Harmonies of #EAA341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA341

Black with #EAA341

Text Example


Text Example

White with #EAA341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA341; }

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

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

background-color css

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

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

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

border-color css

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

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

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