Html Css Color HEX #EAE441 Starship

📋 copy color: '#EAE441'

red 234 ◦ green 228 ◦ blue 65

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

Shades of Starship #EAE441

Tints of Starship #EAE441

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.26%

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

R = 44.4%
G = 43.26%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EAE441 (or 0xEAE441) is known color: Starship. HEX triplet: EA, E4 and 41. RGB value is (234,228,65). Sum of RGB (Red+Green+Blue) = 234+228+65=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 65 (25.78% from 255 or 12.33% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE441 is #151BBE. Grayscale: #D3D3D3. Windows color (decimal): -1383359 or 4318442. OLE color: 4318442.

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

Color convert

RGB 234 228 65 -
CMYK 0 0.03 0.72 0.08
HSL 57.87º 0.8% 0.59% -
HSV(B) 57.87º 0.72% 0.92% -
XYZ 62.63 73.36 15.86 -
YUV 211.21 45.49 144.25 -
System Red Green Blue C M Y K H S L
Decimal 234 228 65 0 0.03 0.72 0.08 57.87 0.8 0.59
Hex EA E4 41 0 3 48 8 3A 50 3B
Octal 352 344 101 0 3 110 10 72 120 73
Binary 11101010 11100100 1000001 0 11 1001000 1000 111010 1010000 111011

Color Harmonies of #EAE441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE441

Black with #EAE441

Text Example


Text Example

White with #EAE441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE441; }

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

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

background-color css

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

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

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

border-color css

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

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

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