Html Css Color HEX #E1B63C Tulip Tree

📋 copy color: '#E1B63C'

red 225 ◦ green 182 ◦ blue 60

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

Shades of Tulip Tree #E1B63C

Tints of Tulip Tree #E1B63C

RGB

 RED value IS 225 (88.28% from 255) = 48.18%

 GREEN value IS 182 (71.48% from 255) = 38.97%

 BLUE value IS 60 (23.83% from 255) = 12.85%

R = 48.18%
G = 38.97%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1B63C (or 0xE1B63C) is known color: Tulip Tree. HEX triplet: E1, B6 and 3C. RGB value is (225,182,60). Sum of RGB (Red+Green+Blue) = 225+182+60=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B63C is #1E49C3. Grayscale: #B5B5B5. Windows color (decimal): -1984964 or 3978977. OLE color: 3978977.

HSL color Cylindrical-coordinate representation of color #E1B63C: hue angle of 44.36º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1B63C is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 182 60 -
CMYK 0 0.19 0.73 0.12
HSL 44.36º 0.73% 0.56% -
HSV(B) 44.36º 0.73% 0.88% -
XYZ 48.59 49.79 11.32 -
YUV 180.95 59.75 159.42 -
System Red Green Blue C M Y K H S L
Decimal 225 182 60 0 0.19 0.73 0.12 44.36 0.73 0.56
Hex E1 B6 3C 0 13 49 C 2C 49 38
Octal 341 266 74 0 23 111 14 54 111 70
Binary 11100001 10110110 111100 0 10011 1001001 1100 101100 1001001 111000

Color Harmonies of #E1B63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B63C

Black with #E1B63C

Text Example


Text Example

White with #E1B63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B63C; }

 p { color: rgb(225,182,60); }

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

background-color css

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

 a { background-color: rgb(225,182,60); }

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

border-color css

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

 span { border-color: rgb(225,182,60); }

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