Html Css Color HEX #EAE641 Starship

📋 copy color: '#EAE641'

red 234 ◦ green 230 ◦ blue 65

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

Shades of Starship #EAE641

Tints of Starship #EAE641

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.48%

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

R = 44.23%
G = 43.48%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EAE641 (or 0xEAE641) is known color: Starship. HEX triplet: EA, E6 and 41. RGB value is (234,230,65). Sum of RGB (Red+Green+Blue) = 234+230+65=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 65 (25.78% from 255 or 12.29% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE641 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE641 is #1519BE. Grayscale: #D5D5D5. Windows color (decimal): -1382847 or 4318954. OLE color: 4318954.

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

Color convert

RGB 234 230 65 -
CMYK 0 0.02 0.72 0.08
HSL 58.58º 0.8% 0.59% -
HSV(B) 58.58º 0.72% 0.92% -
XYZ 63.18 74.47 16.04 -
YUV 212.39 44.83 143.42 -
System Red Green Blue C M Y K H S L
Decimal 234 230 65 0 0.02 0.72 0.08 58.58 0.8 0.59
Hex EA E6 41 0 2 48 8 3B 50 3B
Octal 352 346 101 0 2 110 10 73 120 73
Binary 11101010 11100110 1000001 0 10 1001000 1000 111011 1010000 111011

Color Harmonies of #EAE641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE641

Black with #EAE641

Text Example


Text Example

White with #EAE641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE641; }

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

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

background-color css

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

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

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

border-color css

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

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

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