Html Css Color HEX #EADA40 Starship

📋 copy color: '#EADA40'

red 234 ◦ green 218 ◦ blue 64

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

Shades of Starship #EADA40

Tints of Starship #EADA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.25%

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

R = 45.35%
G = 42.25%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EADA40 (or 0xEADA40) is known color: Starship. HEX triplet: EA, DA and 40. RGB value is (234,218,64). Sum of RGB (Red+Green+Blue) = 234+218+64=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADA40 is #1525BF. Grayscale: #CDCDCD. Windows color (decimal): -1385920 or 4250346. OLE color: 4250346.

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

Color convert

RGB 234 218 64 -
CMYK 0 0.07 0.73 0.08
HSL 54.35º 0.8% 0.58% -
HSV(B) 54.35º 0.73% 0.92% -
XYZ 59.93 68.01 14.82 -
YUV 205.23 48.3 148.52 -
System Red Green Blue C M Y K H S L
Decimal 234 218 64 0 0.07 0.73 0.08 54.35 0.8 0.58
Hex EA DA 40 0 7 49 8 36 50 3A
Octal 352 332 100 0 7 111 10 66 120 72
Binary 11101010 11011010 1000000 0 111 1001001 1000 110110 1010000 111010

Color Harmonies of #EADA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA40

Black with #EADA40

Text Example


Text Example

White with #EADA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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