Html Css Color HEX #EBE246 Starship

📋 copy color: '#EBE246'

red 235 ◦ green 226 ◦ blue 70

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

Shades of Starship #EBE246

Tints of Starship #EBE246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.18%

R = 44.26%
G = 42.56%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EBE246 (or 0xEBE246) is known color: Starship. HEX triplet: EB, E2 and 46. RGB value is (235,226,70). Sum of RGB (Red+Green+Blue) = 235+226+70=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 70 (27.73% from 255 or 13.18% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE246 is #141DB9. Grayscale: #D3D3D3. Windows color (decimal): -1318330 or 4645611. OLE color: 4645611.

HSL color Cylindrical-coordinate representation of color #EBE246: hue angle of 56.73º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBE246 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 226 70 -
CMYK 0 0.04 0.70 0.08
HSL 56.73º 0.8% 0.6% -
HSV(B) 56.73º 0.7% 0.92% -
XYZ 62.56 72.5 16.49 -
YUV 210.91 48.48 145.18 -
System Red Green Blue C M Y K H S L
Decimal 235 226 70 0 0.04 0.70 0.08 56.73 0.8 0.6
Hex EB E2 46 0 4 46 8 39 50 3C
Octal 353 342 106 0 4 106 10 71 120 74
Binary 11101011 11100010 1000110 0 100 1000110 1000 111001 1010000 111100

Color Harmonies of #EBE246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE246

Black with #EBE246

Text Example


Text Example

White with #EBE246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE246; }

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

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

background-color css

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

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

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

border-color css

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

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

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