Html Css Color HEX #EADE46 Starship

📋 copy color: '#EADE46'

red 234 ◦ green 222 ◦ blue 70

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

Shades of Starship #EADE46

Tints of Starship #EADE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.31%

R = 44.49%
G = 42.21%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EADE46 (or 0xEADE46) is known color: Starship. HEX triplet: EA, DE and 46. RGB value is (234,222,70). Sum of RGB (Red+Green+Blue) = 234+222+70=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 70 (27.73% from 255 or 13.31% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE46 is #1521B9. Grayscale: #D0D0D0. Windows color (decimal): -1384890 or 4644586. OLE color: 4644586.

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

Color convert

RGB 234 222 70 -
CMYK 0 0.05 0.70 0.08
HSL 55.61º 0.8% 0.6% -
HSV(B) 55.61º 0.7% 0.92% -
XYZ 61.16 70.18 16.12 -
YUV 208.26 49.98 146.36 -
System Red Green Blue C M Y K H S L
Decimal 234 222 70 0 0.05 0.70 0.08 55.61 0.8 0.6
Hex EA DE 46 0 5 46 8 38 50 3C
Octal 352 336 106 0 5 106 10 70 120 74
Binary 11101010 11011110 1000110 0 101 1000110 1000 111000 1010000 111100

Color Harmonies of #EADE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE46

Black with #EADE46

Text Example


Text Example

White with #EADE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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