#EDE83D

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

Shades of Starship #EDE83D

Tints of Starship #EDE83D

Color information

#EDE83D (or 0xEDE83D) is unknown color: approx Starship. HEX triplet: ED, E8 and 3D. RGB value is (237,232,61). Sum of RGB (Red+Green+Blue) = 237+232+61=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 61 (24.22% from 255 or 11.51% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE83D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE83D is #1217C2. Grayscale: #D6D6D6. Windows color (decimal): -1185731 or 4057325. OLE color: 4057325.

HSL color Cylindrical-coordinate representation of color #EDE83D: hue angle of 58.3º 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 #EDE83D is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB23723261-
CMYK00.020.740.07
HSL58.3º83.02%58.43%-
HSV(B)58.3º74.26%92.94%-
XYZ64.6276.0515.69-
YUV21441.66144.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 232 (91.02% from 255) = 43.77%
BLUE value IS 61 (24.22% from 255) = 11.51%
R=44.72%
G=43.77%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372326100.020.740.0758.383.0258.43
HexEDE83D024A73a533a
Octal355350750211277212372
Binary111011011110100011110101010010101111110101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE83D; }

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

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

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

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

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

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

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

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