Html Css Color HEX #EAE241 Starship

📋 copy color: '#EAE241'

red 234 ◦ green 226 ◦ blue 65

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

Shades of Starship #EAE241

Tints of Starship #EAE241

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.05%

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

R = 44.57%
G = 43.05%
B = 12.38%

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

#EAE241 (or 0xEAE241) is known color: Starship. HEX triplet: EA, E2 and 41. RGB value is (234,226,65). Sum of RGB (Red+Green+Blue) = 234+226+65=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 65 (25.78% from 255 or 12.38% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE241 is #151DBE. Grayscale: #D2D2D2. Windows color (decimal): -1383871 or 4317930. OLE color: 4317930.

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

Color convert

RGB 234 226 65 -
CMYK 0 0.03 0.72 0.08
HSL 57.16º 0.8% 0.59% -
HSV(B) 57.16º 0.72% 0.92% -
XYZ 62.08 72.27 15.68 -
YUV 210.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 234 226 65 0 0.03 0.72 0.08 57.16 0.8 0.59
Hex EA E2 41 0 3 48 8 39 50 3B
Octal 352 342 101 0 3 110 10 71 120 73
Binary 11101010 11100010 1000001 0 11 1001000 1000 111001 1010000 111011

Color Harmonies of #EAE241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE241

Black with #EAE241

Text Example


Text Example

White with #EAE241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE241; }

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

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

background-color css

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

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

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

border-color css

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

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

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