Html Css Color HEX #EBE341 Starship

📋 copy color: '#EBE341'

red 235 ◦ green 227 ◦ blue 65

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

Shades of Starship #EBE341

Tints of Starship #EBE341

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.07%

 BLUE value IS 65 (25.78% from 255) = 12.33%

R = 44.59%
G = 43.07%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBE341 (or 0xEBE341) is known color: Starship. HEX triplet: EB, E3 and 41. RGB value is (235,227,65). Sum of RGB (Red+Green+Blue) = 235+227+65=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 65 (25.78% from 255 or 12.33% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE341 is #141CBE. Grayscale: #D3D3D3. Windows color (decimal): -1318079 or 4318187. OLE color: 4318187.

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

Color convert

RGB 235 227 65 -
CMYK 0 0.03 0.72 0.08
HSL 57.18º 0.81% 0.59% -
HSV(B) 57.18º 0.72% 0.92% -
XYZ 62.68 72.98 15.78 -
YUV 210.92 45.65 145.17 -
System Red Green Blue C M Y K H S L
Decimal 235 227 65 0 0.03 0.72 0.08 57.18 0.81 0.59
Hex EB E3 41 0 3 48 8 39 51 3B
Octal 353 343 101 0 3 110 10 71 121 73
Binary 11101011 11100011 1000001 0 11 1001000 1000 111001 1010001 111011

Color Harmonies of #EBE341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE341

Black with #EBE341

Text Example


Text Example

White with #EBE341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE341; }

 p { color: rgb(235,227,65); }

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

background-color css

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

 a { background-color: rgb(235,227,65); }

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

border-color css

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

 span { border-color: rgb(235,227,65); }

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