Html Css Color HEX #EBE540 Starship

📋 copy color: '#EBE540'

red 235 ◦ green 229 ◦ blue 64

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

Shades of Starship #EBE540

Tints of Starship #EBE540

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.37%

 BLUE value IS 64 (25.39% from 255) = 12.12%

R = 44.51%
G = 43.37%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBE540 (or 0xEBE540) is known color: Starship. HEX triplet: EB, E5 and 40. RGB value is (235,229,64). Sum of RGB (Red+Green+Blue) = 235+229+64=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE540 is #141ABF. Grayscale: #D4D4D4. Windows color (decimal): -1317568 or 4253163. OLE color: 4253163.

HSL color Cylindrical-coordinate representation of color #EBE540: hue angle of 57.89º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBE540 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 229 64 -
CMYK 0 0.03 0.73 0.08
HSL 57.89º 0.81% 0.59% -
HSV(B) 57.89º 0.73% 0.92% -
XYZ 63.21 74.07 15.82 -
YUV 211.98 44.49 144.42 -
System Red Green Blue C M Y K H S L
Decimal 235 229 64 0 0.03 0.73 0.08 57.89 0.81 0.59
Hex EB E5 40 0 3 49 8 3A 51 3B
Octal 353 345 100 0 3 111 10 72 121 73
Binary 11101011 11100101 1000000 0 11 1001001 1000 111010 1010001 111011

Color Harmonies of #EBE540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE540

Black with #EBE540

Text Example


Text Example

White with #EBE540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE540; }

 p { color: rgb(235,229,64); }

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

background-color css

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

 a { background-color: rgb(235,229,64); }

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

border-color css

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

 span { border-color: rgb(235,229,64); }

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