#EDE23D

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

Shades of Starship #EDE23D

Tints of Starship #EDE23D

Color information

#EDE23D (or 0xEDE23D) is unknown color: approx Starship. HEX triplet: ED, E2 and 3D. RGB value is (237,226,61). Sum of RGB (Red+Green+Blue) = 237+226+61=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 61 (24.22% from 255 or 11.64% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE23D is #121DC2. Grayscale: #D3D3D3. Windows color (decimal): -1187267 or 4055789. OLE color: 4055789.

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

Color convert

RGB23722661-
CMYK00.050.740.07
HSL56.25º83.02%58.43%-
HSV(B)56.25º74.26%92.94%-
XYZ62.9672.7315.14-
YUV210.4843.64146.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.23%
GREEN value IS 226 (88.67% from 255) = 43.13%
BLUE value IS 61 (24.22% from 255) = 11.64%
R=45.23%
G=43.13%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372266100.050.740.0756.2583.0258.43
HexEDE23D054A738533a
Octal355342750511277012372
Binary1110110111100010111101010110010101111110001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE23D; }

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

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

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

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

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

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

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

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