Html Css Color HEX #EED840 Starship

📋 copy color: '#EED840'

red 238 ◦ green 216 ◦ blue 64

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

Shades of Starship #EED840

Tints of Starship #EED840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.36%

R = 45.95%
G = 41.7%
B = 12.36%

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

#EED840 (or 0xEED840) is known color: Starship. HEX triplet: EE, D8 and 40. RGB value is (238,216,64). Sum of RGB (Red+Green+Blue) = 238+216+64=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EED840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED840 is #1127BF. Grayscale: #CDCDCD. Windows color (decimal): -1124288 or 4249838. OLE color: 4249838.

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

Color convert

RGB 238 216 64 -
CMYK 0 0.09 0.73 0.07
HSL 52.41º 0.84% 0.59% -
HSV(B) 52.41º 0.73% 0.93% -
XYZ 60.74 67.66 14.71 -
YUV 205.25 48.29 151.36 -
System Red Green Blue C M Y K H S L
Decimal 238 216 64 0 0.09 0.73 0.07 52.41 0.84 0.59
Hex EE D8 40 0 9 49 7 34 54 3B
Octal 356 330 100 0 11 111 7 64 124 73
Binary 11101110 11011000 1000000 0 1001 1001001 111 110100 1010100 111011

Color Harmonies of #EED840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED840

Black with #EED840

Text Example


Text Example

White with #EED840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED840; }

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

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

background-color css

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

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

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

border-color css

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

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

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