#EDF33C

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

Shades of Starship #EDF33C

Tints of Starship #EDF33C

Color information

#EDF33C (or 0xEDF33C) is unknown color: approx Starship. HEX triplet: ED, F3 and 3C. RGB value is (237,243,60). Sum of RGB (Red+Green+Blue) = 237+243+60=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 60 (23.83% from 255 or 11.11% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF33C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF33C is #120CC3. Grayscale: #DDDDDD. Windows color (decimal): -1182916 or 3994605. OLE color: 3994605.

HSL color Cylindrical-coordinate representation of color #EDF33C: hue angle of 61.97º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDF33C is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB23724360-
CMYK0.0200.750.05
HSL61.97º88.41%59.41%-
HSV(B)61.97º75.31%95.29%-
XYZ67.7982.4316.61-
YUV220.3437.51139.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.89%
GREEN value IS 243 (95.31% from 255) = 45%
BLUE value IS 60 (23.83% from 255) = 11.11%
R=43.89%
G=45%
B=11.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237243600.0200.750.0561.9788.4159.41
HexEDF33C204B53e583b
Octal355363742011357613073
Binary111011011111001111110010010010111011111101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF33C; }

 p { color: rgb(237,243,60); }

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

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

 a { background-color: rgb(237,243,60); }

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

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

 span { border-color: rgb(237,243,60); }

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