#EDE63D

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

Shades of Starship #EDE63D

Tints of Starship #EDE63D

Color information

#EDE63D (or 0xEDE63D) is unknown color: approx Starship. HEX triplet: ED, E6 and 3D. RGB value is (237,230,61). Sum of RGB (Red+Green+Blue) = 237+230+61=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 61 (24.22% from 255 or 11.55% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE63D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE63D is #1219C2. Grayscale: #D5D5D5. Windows color (decimal): -1186243 or 4056813. OLE color: 4056813.

HSL color Cylindrical-coordinate representation of color #EDE63D: hue angle of 57.61º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDE63D is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB23723061-
CMYK00.030.740.07
HSL57.61º83.02%58.43%-
HSV(B)57.61º74.26%92.94%-
XYZ64.0674.9415.5-
YUV212.8342.32145.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 230 (90.23% from 255) = 43.56%
BLUE value IS 61 (24.22% from 255) = 11.55%
R=44.89%
G=43.56%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372306100.030.740.0757.6183.0258.43
HexEDE63D034A73a533a
Octal355346750311277212372
Binary111011011110011011110101110010101111110101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE63D; }

 p { color: rgb(237,230,61); }

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

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

 a { background-color: rgb(237,230,61); }

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

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

 span { border-color: rgb(237,230,61); }

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