#e4dd3b

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

Shades of Starship #E4DD3B

Tints of Starship #E4DD3B

Color information

#E4DD3B (or 0xE4DD3B) is unknown color: approx Starship. HEX triplet: E4, DD and 3B. RGB value is (228,221,59). Sum of RGB (Red+Green+Blue) = 228+221+59=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 59 (23.44% from 255 or 11.61% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4DD3B is #1B22C4. Grayscale: #CDCDCD. Windows color (decimal): -1778373 or 3923428. OLE color: 3923428.

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

Color convert

RGB22822159-
CMYK00.030.740.11
HSL57.51º75.78%56.27%-
HSV(B)57.51º74.12%89.41%-
XYZ58.6468.5214.27-
YUV204.6245.82144.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.88%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 59 (23.44% from 255) = 11.61%
R=44.88%
G=43.50%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282215900.030.740.1157.5175.7856.27
HexE4DD3B034AB3a4c38
Octal3443357303112137211470
Binary1110010011011101111011011100101010111110101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e4dd3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e4dd3b; }

 p { color: rgb(228,221,59); }

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

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

 a { background-color: rgb(228,221,59); }

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

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

 span { border-color: rgb(228,221,59); }

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