Html Css Color HEX #EEED41 Starship

📋 copy color: '#EEED41'

red 238 ◦ green 237 ◦ blue 65

#EEED41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #EEED41

Tints of Starship #EEED41

RGB

 RED value IS 238 (93.36% from 255) = 44.07%

 GREEN value IS 237 (92.97% from 255) = 43.89%

 BLUE value IS 65 (25.78% from 255) = 12.04%

R = 44.07%
G = 43.89%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EEED41 (or 0xEEED41) is known color: Starship. HEX triplet: EE, ED and 41. RGB value is (238,237,65). Sum of RGB (Red+Green+Blue) = 238+237+65=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 65 (25.78% from 255 or 12.04% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED41 is #1112BE. Grayscale: #DADADA. Windows color (decimal): -1118911 or 4320750. OLE color: 4320750.

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

Color convert

RGB 238 237 65 -
CMYK 0 0.00 0.73 0.07
HSL 59.65º 0.84% 0.59% -
HSV(B) 59.65º 0.73% 0.93% -
XYZ 66.5 79.13 16.77 -
YUV 217.69 41.83 142.49 -
System Red Green Blue C M Y K H S L
Decimal 238 237 65 0 0.00 0.73 0.07 59.65 0.84 0.59
Hex EE ED 41 0 0 49 7 3C 54 3B
Octal 356 355 101 0 0 111 7 74 124 73
Binary 11101110 11101101 1000001 0 0 1001001 111 111100 1010100 111011

Color Harmonies of #EEED41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED41

Black with #EEED41

Text Example


Text Example

White with #EEED41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED41; }

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

 H1.HeaderClassName
 {
   color: #EEED41;
 }
 .AnyTagClassName
 {
   color: #EEED41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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