Html Css Color HEX #E1A430 Tulip Tree

📋 copy color: '#E1A430'

red 225 ◦ green 164 ◦ blue 48

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

Shades of Tulip Tree #E1A430

Tints of Tulip Tree #E1A430

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.53%

 BLUE value IS 48 (19.14% from 255) = 10.98%

R = 51.49%
G = 37.53%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1A430 (or 0xE1A430) is known color: Tulip Tree. HEX triplet: E1, A4 and 30. RGB value is (225,164,48). Sum of RGB (Red+Green+Blue) = 225+164+48=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A430 is #1E5BCF. Grayscale: #A9A9A9. Windows color (decimal): -1989584 or 3187937. OLE color: 3187937.

HSL color Cylindrical-coordinate representation of color #E1A430: hue angle of 39.32º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1A430 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 164 48 -
CMYK 0 0.27 0.79 0.12
HSL 39.32º 0.75% 0.54% -
HSV(B) 39.32º 0.79% 0.88% -
XYZ 44.86 42.77 8.69 -
YUV 169.02 59.71 167.93 -
System Red Green Blue C M Y K H S L
Decimal 225 164 48 0 0.27 0.79 0.12 39.32 0.75 0.54
Hex E1 A4 30 0 1B 4F C 27 4B 36
Octal 341 244 60 0 33 117 14 47 113 66
Binary 11100001 10100100 110000 0 11011 1001111 1100 100111 1001011 110110

Color Harmonies of #E1A430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A430

Black with #E1A430

Text Example


Text Example

White with #E1A430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A430; }

 p { color: rgb(225,164,48); }

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

background-color css

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

 a { background-color: rgb(225,164,48); }

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

border-color css

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

 span { border-color: rgb(225,164,48); }

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