Html Css Color HEX #EED93F Starship

📋 copy color: '#EED93F'

red 238 ◦ green 217 ◦ blue 63

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

Shades of Starship #EED93F

Tints of Starship #EED93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.16%

R = 45.95%
G = 41.89%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EED93F (or 0xEED93F) is known color: Starship. HEX triplet: EE, D9 and 3F. RGB value is (238,217,63). Sum of RGB (Red+Green+Blue) = 238+217+63=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 63 (25% from 255 or 12.16% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EED93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED93F is #1126C0. Grayscale: #CECECE. Windows color (decimal): -1124033 or 4184558. OLE color: 4184558.

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

Color convert

RGB 238 217 63 -
CMYK 0 0.09 0.74 0.07
HSL 52.8º 0.84% 0.59% -
HSV(B) 52.8º 0.74% 0.93% -
XYZ 60.97 68.16 14.65 -
YUV 205.72 47.46 151.02 -
System Red Green Blue C M Y K H S L
Decimal 238 217 63 0 0.09 0.74 0.07 52.8 0.84 0.59
Hex EE D9 3F 0 9 4A 7 35 54 3B
Octal 356 331 77 0 11 112 7 65 124 73
Binary 11101110 11011001 111111 0 1001 1001010 111 110101 1010100 111011

Color Harmonies of #EED93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED93F

Black with #EED93F

Text Example


Text Example

White with #EED93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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