#E3D534

Color #E3D534 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #E3D534

Tints of Starship #E3D534

Color information

#E3D534 (or 0xE3D534) is unknown color: approx Starship. HEX triplet: E3, D5 and 34. RGB value is (227,213,52). Sum of RGB (Red+Green+Blue) = 227+213+52=492 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.14% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 52 (20.70% from 255 or 10.57% from 492); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3D534 is #1C2ACB. Grayscale: #C7C7C7. Windows color (decimal): -1845964 or 3462627. OLE color: 3462627.

HSL color Cylindrical-coordinate representation of color #E3D534: hue angle of 55.2º degrees, saturation: 0.76, 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 #E3D534 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB22721352-
CMYK00.060.770.11
HSL55.2º75.76%54.71%-
HSV(B)55.2º77.09%89.02%-
XYZ56.0964.1712.68-
YUV198.8345.14148.09-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.14%
GREEN value IS 213 (83.59% from 255) = 43.29%
BLUE value IS 52 (20.70% from 255) = 10.57%
R=46.14%
G=43.29%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272135200.060.770.1155.275.7654.71
HexE3D534064DB374c37
Octal3433256406115136711467
Binary11100011110101011101000110100110110111101111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D534; }

 p { color: rgb(227,213,52); }

 H1.HeaderClassName
 {
   color: #E3D534;
 }
 .AnyTagClassName
 {
   color: #E3D534;
 }
</style>
background-color css

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

 a { background-color: rgb(227,213,52); }

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

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

 span { border-color: rgb(227,213,52); }

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