Html Css Color HEX #EED73F Starship

📋 copy color: '#EED73F'

red 238 ◦ green 215 ◦ blue 63

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

Shades of Starship #EED73F

Tints of Starship #EED73F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.67%

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

R = 46.12%
G = 41.67%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EED73F (or 0xEED73F) is known color: Starship. HEX triplet: EE, D7 and 3F. RGB value is (238,215,63). Sum of RGB (Red+Green+Blue) = 238+215+63=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 63 (25% from 255 or 12.21% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EED73F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED73F is #1128C0. Grayscale: #CDCDCD. Windows color (decimal): -1124545 or 4184046. OLE color: 4184046.

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

Color convert

RGB 238 215 63 -
CMYK 0 0.10 0.74 0.07
HSL 52.11º 0.84% 0.59% -
HSV(B) 52.11º 0.74% 0.93% -
XYZ 60.46 67.14 14.47 -
YUV 204.55 48.12 151.86 -
System Red Green Blue C M Y K H S L
Decimal 238 215 63 0 0.10 0.74 0.07 52.11 0.84 0.59
Hex EE D7 3F 0 A 4A 7 34 54 3B
Octal 356 327 77 0 12 112 7 64 124 73
Binary 11101110 11010111 111111 0 1010 1001010 111 110100 1010100 111011

Color Harmonies of #EED73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED73F

Black with #EED73F

Text Example


Text Example

White with #EED73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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