Html Css Color HEX #EAE240 Starship

📋 copy color: '#EAE240'

red 234 ◦ green 226 ◦ blue 64

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

Shades of Starship #EAE240

Tints of Starship #EAE240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.21%

R = 44.66%
G = 43.13%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAE240 (or 0xEAE240) is known color: Starship. HEX triplet: EA, E2 and 40. RGB value is (234,226,64). Sum of RGB (Red+Green+Blue) = 234+226+64=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 64 (25.39% from 255 or 12.21% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE240 is #151DBF. Grayscale: #D2D2D2. Windows color (decimal): -1383872 or 4252394. OLE color: 4252394.

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

Color convert

RGB 234 226 64 -
CMYK 0 0.03 0.73 0.08
HSL 57.18º 0.8% 0.58% -
HSV(B) 57.18º 0.73% 0.92% -
XYZ 62.05 72.26 15.53 -
YUV 209.92 45.65 145.17 -
System Red Green Blue C M Y K H S L
Decimal 234 226 64 0 0.03 0.73 0.08 57.18 0.8 0.58
Hex EA E2 40 0 3 49 8 39 50 3A
Octal 352 342 100 0 3 111 10 71 120 72
Binary 11101010 11100010 1000000 0 11 1001001 1000 111001 1010000 111010

Color Harmonies of #EAE240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE240

Black with #EAE240

Text Example


Text Example

White with #EAE240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE240; }

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

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

background-color css

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

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

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

border-color css

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

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

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