Html Css Color HEX #E1EB34 Starship

📋 copy color: '#E1EB34'

red 225 ◦ green 235 ◦ blue 52

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

Shades of Starship #E1EB34

Tints of Starship #E1EB34

RGB

 RED value IS 225 (88.28% from 255) = 43.95%

 GREEN value IS 235 (92.19% from 255) = 45.9%

 BLUE value IS 52 (20.7% from 255) = 10.16%

R = 43.95%
G = 45.9%
B = 10.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#E1EB34 (or 0xE1EB34) is known color: Starship. HEX triplet: E1, EB and 34. RGB value is (225,235,52). Sum of RGB (Red+Green+Blue) = 225+235+52=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 52 (20.70% from 255 or 10.16% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EB34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1EB34 is #1E14CB. Grayscale: #D3D3D3. Windows color (decimal): -1971404 or 3468257. OLE color: 3468257.

HSL color Cylindrical-coordinate representation of color #E1EB34: hue angle of 63.28º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1EB34 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 235 52 -
CMYK 0.04 0 0.78 0.08
HSL 63.28º 0.82% 0.56% -
HSV(B) 63.28º 0.78% 0.92% -
XYZ 61.38 75.67 14.62 -
YUV 211.15 38.19 137.88 -
System Red Green Blue C M Y K H S L
Decimal 225 235 52 0.04 0 0.78 0.08 63.28 0.82 0.56
Hex E1 EB 34 4 0 4E 8 3F 52 38
Octal 341 353 64 4 0 116 10 77 122 70
Binary 11100001 11101011 110100 100 0 1001110 1000 111111 1010010 111000

Color Harmonies of #E1EB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1EB34

Black with #E1EB34

Text Example


Text Example

White with #E1EB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1EB34; }

 p { color: rgb(225,235,52); }

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

background-color css

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

 a { background-color: rgb(225,235,52); }

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

border-color css

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

 span { border-color: rgb(225,235,52); }

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