Html Css Color HEX #EED941 Starship

📋 copy color: '#EED941'

red 238 ◦ green 217 ◦ blue 65

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

Shades of Starship #EED941

Tints of Starship #EED941

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.73%

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

R = 45.77%
G = 41.73%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EED941 (or 0xEED941) is known color: Starship. HEX triplet: EE, D9 and 41. RGB value is (238,217,65). Sum of RGB (Red+Green+Blue) = 238+217+65=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 65 (25.78% from 255 or 12.5% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EED941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED941 is #1126BE. Grayscale: #CECECE. Windows color (decimal): -1124031 or 4315630. OLE color: 4315630.

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

Color convert

RGB 238 217 65 -
CMYK 0 0.09 0.73 0.07
HSL 52.72º 0.84% 0.59% -
HSV(B) 52.72º 0.73% 0.93% -
XYZ 61.03 68.18 14.95 -
YUV 205.95 48.46 150.86 -
System Red Green Blue C M Y K H S L
Decimal 238 217 65 0 0.09 0.73 0.07 52.72 0.84 0.59
Hex EE D9 41 0 9 49 7 35 54 3B
Octal 356 331 101 0 11 111 7 65 124 73
Binary 11101110 11011001 1000001 0 1001 1001001 111 110101 1010100 111011

Color Harmonies of #EED941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED941

Black with #EED941

Text Example


Text Example

White with #EED941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED941; }

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

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

background-color css

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

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

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

border-color css

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

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

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