#EDE345

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

Shades of Starship #EDE345

Tints of Starship #EDE345

Color information

#EDE345 (or 0xEDE345) is unknown color: approx Starship. HEX triplet: ED, E3 and 45. RGB value is (237,227,69). Sum of RGB (Red+Green+Blue) = 237+227+69=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 69 (27.34% from 255 or 12.95% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE345 is #121CBA. Grayscale: #D4D4D4. Windows color (decimal): -1187003 or 4580333. OLE color: 4580333.

HSL color Cylindrical-coordinate representation of color #EDE345: hue angle of 56.43º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDE345 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB23722769-
CMYK00.040.710.07
HSL56.43º82.35%60%-
HSV(B)56.43º70.89%92.94%-
XYZ63.4773.3716.45-
YUV211.9847.31145.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 227 (89.06% from 255) = 42.59%
BLUE value IS 69 (27.34% from 255) = 12.95%
R=44.47%
G=42.59%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372276900.040.710.0756.4382.3560
HexEDE3450447738523c
Octal3553431050410777012274
Binary11101101111000111000101010010001111111110001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE345; }

 p { color: rgb(237,227,69); }

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

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

 a { background-color: rgb(237,227,69); }

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

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

 span { border-color: rgb(237,227,69); }

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