Html Css Color HEX #E2A534 Tulip Tree

📋 copy color: '#E2A534'

red 226 ◦ green 165 ◦ blue 52

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

Shades of Tulip Tree #E2A534

Tints of Tulip Tree #E2A534

RGB

 RED value IS 226 (88.67% from 255) = 51.02%

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

 BLUE value IS 52 (20.7% from 255) = 11.74%

R = 51.02%
G = 37.25%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E2A534 (or 0xE2A534) is known color: Tulip Tree. HEX triplet: E2, A5 and 34. RGB value is (226,165,52). Sum of RGB (Red+Green+Blue) = 226+165+52=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A534 is #1D5ACB. Grayscale: #AAAAAA. Windows color (decimal): -1923788 or 3450338. OLE color: 3450338.

HSL color Cylindrical-coordinate representation of color #E2A534: hue angle of 38.97º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2A534 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 165 52 -
CMYK 0 0.27 0.77 0.11
HSL 38.97º 0.75% 0.55% -
HSV(B) 38.97º 0.77% 0.89% -
XYZ 45.44 43.33 9.22 -
YUV 170.36 61.21 167.69 -
System Red Green Blue C M Y K H S L
Decimal 226 165 52 0 0.27 0.77 0.11 38.97 0.75 0.55
Hex E2 A5 34 0 1B 4D B 27 4B 37
Octal 342 245 64 0 33 115 13 47 113 67
Binary 11100010 10100101 110100 0 11011 1001101 1011 100111 1001011 110111

Color Harmonies of #E2A534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A534

Black with #E2A534

Text Example


Text Example

White with #E2A534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A534; }

 p { color: rgb(226,165,52); }

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

background-color css

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

 a { background-color: rgb(226,165,52); }

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

border-color css

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

 span { border-color: rgb(226,165,52); }

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