Html Css Color HEX #EED93E Starship

📋 copy color: '#EED93E'

red 238 ◦ green 217 ◦ blue 62

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

Shades of Starship #EED93E

Tints of Starship #EED93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.99%

R = 46.03%
G = 41.97%
B = 11.99%

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

#EED93E (or 0xEED93E) is known color: Starship. HEX triplet: EE, D9 and 3E. RGB value is (238,217,62). Sum of RGB (Red+Green+Blue) = 238+217+62=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 62 (24.61% from 255 or 11.99% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EED93E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED93E is #1126C1. Grayscale: #CECECE. Windows color (decimal): -1124034 or 4119022. OLE color: 4119022.

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

Color convert

RGB 238 217 62 -
CMYK 0 0.09 0.74 0.07
HSL 52.84º 0.84% 0.59% -
HSV(B) 52.84º 0.74% 0.93% -
XYZ 60.94 68.15 14.5 -
YUV 205.61 46.96 151.1 -
System Red Green Blue C M Y K H S L
Decimal 238 217 62 0 0.09 0.74 0.07 52.84 0.84 0.59
Hex EE D9 3E 0 9 4A 7 35 54 3B
Octal 356 331 76 0 11 112 7 65 124 73
Binary 11101110 11011001 111110 0 1001 1001010 111 110101 1010100 111011

Color Harmonies of #EED93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED93E

Black with #EED93E

Text Example


Text Example

White with #EED93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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