Html Css Color HEX #E2BA3A Tulip Tree

📋 copy color: '#E2BA3A'

red 226 ◦ green 186 ◦ blue 58

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

Shades of Tulip Tree #E2BA3A

Tints of Tulip Tree #E2BA3A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.57%

 BLUE value IS 58 (23.05% from 255) = 12.34%

R = 48.09%
G = 39.57%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2BA3A (or 0xE2BA3A) is known color: Tulip Tree. HEX triplet: E2, BA and 3A. RGB value is (226,186,58). Sum of RGB (Red+Green+Blue) = 226+186+58=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BA3A is #1D45C5. Grayscale: #B7B7B7. Windows color (decimal): -1918406 or 3848930. OLE color: 3848930.

HSL color Cylindrical-coordinate representation of color #E2BA3A: hue angle of 45.71º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2BA3A is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 186 58 -
CMYK 0 0.18 0.74 0.11
HSL 45.71º 0.74% 0.56% -
HSV(B) 45.71º 0.74% 0.89% -
XYZ 49.69 51.59 11.34 -
YUV 183.37 57.25 158.41 -
System Red Green Blue C M Y K H S L
Decimal 226 186 58 0 0.18 0.74 0.11 45.71 0.74 0.56
Hex E2 BA 3A 0 12 4A B 2E 4A 38
Octal 342 272 72 0 22 112 13 56 112 70
Binary 11100010 10111010 111010 0 10010 1001010 1011 101110 1001010 111000

Color Harmonies of #E2BA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BA3A

Black with #E2BA3A

Text Example


Text Example

White with #E2BA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BA3A; }

 p { color: rgb(226,186,58); }

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

background-color css

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

 a { background-color: rgb(226,186,58); }

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

border-color css

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

 span { border-color: rgb(226,186,58); }

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