Html Css Color HEX #EAE142 Starship

📋 copy color: '#EAE142'

red 234 ◦ green 225 ◦ blue 66

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

Shades of Starship #EAE142

Tints of Starship #EAE142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.57%

R = 44.57%
G = 42.86%
B = 12.57%

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

#EAE142 (or 0xEAE142) is known color: Starship. HEX triplet: EA, E1 and 42. RGB value is (234,225,66). Sum of RGB (Red+Green+Blue) = 234+225+66=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 66 (26.17% from 255 or 12.57% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE142 is #151EBD. Grayscale: #D2D2D2. Windows color (decimal): -1384126 or 4383210. OLE color: 4383210.

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

Color convert

RGB 234 225 66 -
CMYK 0 0.04 0.72 0.08
HSL 56.79º 0.8% 0.59% -
HSV(B) 56.79º 0.72% 0.92% -
XYZ 61.84 71.74 15.74 -
YUV 209.57 46.98 145.43 -
System Red Green Blue C M Y K H S L
Decimal 234 225 66 0 0.04 0.72 0.08 56.79 0.8 0.59
Hex EA E1 42 0 4 48 8 39 50 3B
Octal 352 341 102 0 4 110 10 71 120 73
Binary 11101010 11100001 1000010 0 100 1001000 1000 111001 1010000 111011

Color Harmonies of #EAE142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE142

Black with #EAE142

Text Example


Text Example

White with #EAE142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE142; }

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

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

background-color css

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

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

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

border-color css

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

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

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