#EEDB41

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

Shades of Starship #EEDB41

Tints of Starship #EEDB41

Color information

#EEDB41 (or 0xEEDB41) is unknown color: approx Starship. HEX triplet: EE, DB and 41. RGB value is (238,219,65). Sum of RGB (Red+Green+Blue) = 238+219+65=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 65 (25.78% from 255 or 12.45% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB41 is #1124BE. Grayscale: #CFCFCF. Windows color (decimal): -1123519 or 4316142. OLE color: 4316142.

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

Color convert

RGB23821965-
CMYK00.080.730.07
HSL53.41º83.57%59.41%-
HSV(B)53.41º72.69%93.33%-
XYZ61.5569.2215.12-
YUV207.1247.79150.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.59%
GREEN value IS 219 (85.94% from 255) = 41.95%
BLUE value IS 65 (25.78% from 255) = 12.45%
R=45.59%
G=41.95%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382196500.080.730.0753.4183.5759.41
HexEEDB410849735543b
Octal35633310101011176512473
Binary111011101101101110000010100010010011111101011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDB41; }

 p { color: rgb(238,219,65); }

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

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

 a { background-color: rgb(238,219,65); }

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

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

 span { border-color: rgb(238,219,65); }

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