Html Css Color HEX #EAE141 Starship

📋 copy color: '#EAE141'

red 234 ◦ green 225 ◦ blue 65

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

Shades of Starship #EAE141

Tints of Starship #EAE141

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.94%

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

R = 44.66%
G = 42.94%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EAE141 (or 0xEAE141) is known color: Starship. HEX triplet: EA, E1 and 41. RGB value is (234,225,65). Sum of RGB (Red+Green+Blue) = 234+225+65=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 65 (25.78% from 255 or 12.40% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE141 is #151EBE. Grayscale: #D2D2D2. Windows color (decimal): -1384127 or 4317674. OLE color: 4317674.

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

Color convert

RGB 234 225 65 -
CMYK 0 0.04 0.72 0.08
HSL 56.8º 0.8% 0.59% -
HSV(B) 56.8º 0.72% 0.92% -
XYZ 61.81 71.72 15.59 -
YUV 209.45 46.48 145.51 -
System Red Green Blue C M Y K H S L
Decimal 234 225 65 0 0.04 0.72 0.08 56.8 0.8 0.59
Hex EA E1 41 0 4 48 8 39 50 3B
Octal 352 341 101 0 4 110 10 71 120 73
Binary 11101010 11100001 1000001 0 100 1001000 1000 111001 1010000 111011

Color Harmonies of #EAE141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE141

Black with #EAE141

Text Example


Text Example

White with #EAE141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE141; }

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

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

background-color css

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

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

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

border-color css

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

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

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