Html Css Color HEX #EED83F Starship

📋 copy color: '#EED83F'

red 238 ◦ green 216 ◦ blue 63

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

Shades of Starship #EED83F

Tints of Starship #EED83F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.78%

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

R = 46.03%
G = 41.78%
B = 12.19%

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

#EED83F (or 0xEED83F) is known color: Starship. HEX triplet: EE, D8 and 3F. RGB value is (238,216,63). Sum of RGB (Red+Green+Blue) = 238+216+63=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 63 (25% from 255 or 12.19% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EED83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED83F is #1127C0. Grayscale: #CDCDCD. Windows color (decimal): -1124289 or 4184302. OLE color: 4184302.

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

Color convert

RGB 238 216 63 -
CMYK 0 0.09 0.74 0.07
HSL 52.46º 0.84% 0.59% -
HSV(B) 52.46º 0.74% 0.93% -
XYZ 60.71 67.65 14.56 -
YUV 205.14 47.79 151.44 -
System Red Green Blue C M Y K H S L
Decimal 238 216 63 0 0.09 0.74 0.07 52.46 0.84 0.59
Hex EE D8 3F 0 9 4A 7 34 54 3B
Octal 356 330 77 0 11 112 7 64 124 73
Binary 11101110 11011000 111111 0 1001 1001010 111 110100 1010100 111011

Color Harmonies of #EED83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED83F

Black with #EED83F

Text Example


Text Example

White with #EED83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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