#E0D738

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

Shades of Starship #E0D738

Tints of Starship #E0D738

Color information

#E0D738 (or 0xE0D738) is unknown color: approx Starship. HEX triplet: E0, D7 and 38. RGB value is (224,215,56). Sum of RGB (Red+Green+Blue) = 224+215+56=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 56 (22.27% from 255 or 11.31% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D738 is #1F28C7. Grayscale: #C8C8C8. Windows color (decimal): -2042056 or 3725280. OLE color: 3725280.

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

Color convert

RGB22421556-
CMYK00.040.750.12
HSL56.79º73.04%54.9%-
HSV(B)56.79º75%87.84%-
XYZ55.7564.7313.3-
YUV199.5646.98145.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.25%
GREEN value IS 215 (84.38% from 255) = 43.43%
BLUE value IS 56 (22.27% from 255) = 11.31%
R=45.25%
G=43.43%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242155600.040.750.1256.7973.0454.9
HexE0D738044BC394937
Octal3403277004113147111167
Binary11100000110101111110000100100101111001110011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D738; }

 p { color: rgb(224,215,56); }

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

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

 a { background-color: rgb(224,215,56); }

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

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

 span { border-color: rgb(224,215,56); }

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