#EDE33D

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

Shades of Starship #EDE33D

Tints of Starship #EDE33D

Color information

#EDE33D (or 0xEDE33D) is unknown color: approx Starship. HEX triplet: ED, E3 and 3D. RGB value is (237,227,61). Sum of RGB (Red+Green+Blue) = 237+227+61=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 61 (24.22% from 255 or 11.62% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE33D is #121CC2. Grayscale: #D3D3D3. Windows color (decimal): -1187011 or 4056045. OLE color: 4056045.

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

Color convert

RGB23722761-
CMYK00.040.740.07
HSL56.59º83.02%58.43%-
HSV(B)56.59º74.26%92.94%-
XYZ63.2473.2815.23-
YUV211.0743.31146.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 227 (89.06% from 255) = 43.24%
BLUE value IS 61 (24.22% from 255) = 11.62%
R=45.14%
G=43.24%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372276100.040.740.0756.5983.0258.43
HexEDE33D044A739533a
Octal355343750411277112372
Binary1110110111100011111101010010010101111110011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE33D; }

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

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

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

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

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

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

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

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