Html Css Color HEX #EAA541 Tulip Tree

📋 copy color: '#EAA541'

red 234 ◦ green 165 ◦ blue 65

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

Shades of Tulip Tree #EAA541

Tints of Tulip Tree #EAA541

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.56%

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

R = 50.43%
G = 35.56%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EAA541 (or 0xEAA541) is known color: Tulip Tree. HEX triplet: EA, A5 and 41. RGB value is (234,165,65). Sum of RGB (Red+Green+Blue) = 234+165+65=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA541 is #155ABE. Grayscale: #AEAEAE. Windows color (decimal): -1399487 or 4302314. OLE color: 4302314.

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

Color convert

RGB 234 165 65 -
CMYK 0 0.29 0.72 0.08
HSL 35.5º 0.8% 0.59% -
HSV(B) 35.5º 0.72% 0.92% -
XYZ 48.34 44.78 11.1 -
YUV 174.23 66.36 170.63 -
System Red Green Blue C M Y K H S L
Decimal 234 165 65 0 0.29 0.72 0.08 35.5 0.8 0.59
Hex EA A5 41 0 1D 48 8 24 50 3B
Octal 352 245 101 0 35 110 10 44 120 73
Binary 11101010 10100101 1000001 0 11101 1001000 1000 100100 1010000 111011

Color Harmonies of #EAA541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA541

Black with #EAA541

Text Example


Text Example

White with #EAA541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA541; }

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

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

background-color css

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

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

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

border-color css

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

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

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