Html Css Color HEX #EADE40 Starship

📋 copy color: '#EADE40'

red 234 ◦ green 222 ◦ blue 64

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

Shades of Starship #EADE40

Tints of Starship #EADE40

RGB

 RED value IS 234 (91.8% from 255) = 45%

 GREEN value IS 222 (87.11% from 255) = 42.69%

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

R = 45%
G = 42.69%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EADE40 (or 0xEADE40) is known color: Starship. HEX triplet: EA, DE and 40. RGB value is (234,222,64). Sum of RGB (Red+Green+Blue) = 234+222+64=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE40 is #1521BF. Grayscale: #D0D0D0. Windows color (decimal): -1384896 or 4251370. OLE color: 4251370.

HSL color Cylindrical-coordinate representation of color #EADE40: hue angle of 55.76º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EADE40 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 222 64 -
CMYK 0 0.05 0.73 0.08
HSL 55.76º 0.8% 0.58% -
HSV(B) 55.76º 0.73% 0.92% -
XYZ 60.98 70.11 15.17 -
YUV 207.58 46.98 146.85 -
System Red Green Blue C M Y K H S L
Decimal 234 222 64 0 0.05 0.73 0.08 55.76 0.8 0.58
Hex EA DE 40 0 5 49 8 38 50 3A
Octal 352 336 100 0 5 111 10 70 120 72
Binary 11101010 11011110 1000000 0 101 1001001 1000 111000 1010000 111010

Color Harmonies of #EADE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE40

Black with #EADE40

Text Example


Text Example

White with #EADE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE40; }

 p { color: rgb(234,222,64); }

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

background-color css

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

 a { background-color: rgb(234,222,64); }

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

border-color css

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

 span { border-color: rgb(234,222,64); }

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