#EDE43E

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

Shades of Starship #EDE43E

Tints of Starship #EDE43E

Color information

#EDE43E (or 0xEDE43E) is unknown color: approx Starship. HEX triplet: ED, E4 and 3E. RGB value is (237,228,62). Sum of RGB (Red+Green+Blue) = 237+228+62=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 62 (24.61% from 255 or 11.76% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE43E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE43E is #121BC1. Grayscale: #D4D4D4. Windows color (decimal): -1186754 or 4121837. OLE color: 4121837.

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

Color convert

RGB23722862-
CMYK00.040.740.07
HSL56.91º82.94%58.63%-
HSV(B)56.91º73.84%92.94%-
XYZ63.5473.8415.46-
YUV211.7743.48146-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.97%
GREEN value IS 228 (89.45% from 255) = 43.26%
BLUE value IS 62 (24.61% from 255) = 11.76%
R=44.97%
G=43.26%
B=11.76%

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
Decimal2372286200.040.740.0756.9182.9458.63
HexEDE43E044A739533b
Octal355344760411277112373
Binary1110110111100100111110010010010101111110011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE43E; }

 p { color: rgb(237,228,62); }

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

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

 a { background-color: rgb(237,228,62); }

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

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

 span { border-color: rgb(237,228,62); }

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