Html Css Color HEX #EBE242 Starship

📋 copy color: '#EBE242'

red 235 ◦ green 226 ◦ blue 66

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

Shades of Starship #EBE242

Tints of Starship #EBE242

RGB

 RED value IS 235 (92.19% from 255) = 44.59%

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

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

R = 44.59%
G = 42.88%
B = 12.52%

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

#EBE242 (or 0xEBE242) is known color: Starship. HEX triplet: EB, E2 and 42. RGB value is (235,226,66). Sum of RGB (Red+Green+Blue) = 235+226+66=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 66 (26.17% from 255 or 12.52% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE242 is #141DBD. Grayscale: #D3D3D3. Windows color (decimal): -1318334 or 4383467. OLE color: 4383467.

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

Color convert

RGB 235 226 66 -
CMYK 0 0.04 0.72 0.08
HSL 56.8º 0.81% 0.59% -
HSV(B) 56.8º 0.72% 0.92% -
XYZ 62.44 72.45 15.85 -
YUV 210.45 46.48 145.51 -
System Red Green Blue C M Y K H S L
Decimal 235 226 66 0 0.04 0.72 0.08 56.8 0.81 0.59
Hex EB E2 42 0 4 48 8 39 51 3B
Octal 353 342 102 0 4 110 10 71 121 73
Binary 11101011 11100010 1000010 0 100 1001000 1000 111001 1010001 111011

Color Harmonies of #EBE242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE242

Black with #EBE242

Text Example


Text Example

White with #EBE242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE242; }

 p { color: rgb(235,226,66); }

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

background-color css

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

 a { background-color: rgb(235,226,66); }

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

border-color css

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

 span { border-color: rgb(235,226,66); }

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