Html Css Color HEX #EADE41 Starship

📋 copy color: '#EADE41'

red 234 ◦ green 222 ◦ blue 65

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

Shades of Starship #EADE41

Tints of Starship #EADE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.48%

R = 44.91%
G = 42.61%
B = 12.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EADE41 (or 0xEADE41) is known color: Starship. HEX triplet: EA, DE and 41. RGB value is (234,222,65). Sum of RGB (Red+Green+Blue) = 234+222+65=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 65 (25.78% from 255 or 12.48% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE41 is #1521BE. Grayscale: #D0D0D0. Windows color (decimal): -1384895 or 4316906. OLE color: 4316906.

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

Color convert

RGB 234 222 65 -
CMYK 0 0.05 0.72 0.08
HSL 55.74º 0.8% 0.59% -
HSV(B) 55.74º 0.72% 0.92% -
XYZ 61.01 70.12 15.32 -
YUV 207.69 47.48 146.77 -
System Red Green Blue C M Y K H S L
Decimal 234 222 65 0 0.05 0.72 0.08 55.74 0.8 0.59
Hex EA DE 41 0 5 48 8 38 50 3B
Octal 352 336 101 0 5 110 10 70 120 73
Binary 11101010 11011110 1000001 0 101 1001000 1000 111000 1010000 111011

Color Harmonies of #EADE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE41

Black with #EADE41

Text Example


Text Example

White with #EADE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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