Html Css Color HEX #EBDC3C Starship

📋 copy color: '#EBDC3C'

red 235 ◦ green 220 ◦ blue 60

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

Shades of Starship #EBDC3C

Tints of Starship #EBDC3C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.72%

 BLUE value IS 60 (23.83% from 255) = 11.65%

R = 45.63%
G = 42.72%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBDC3C (or 0xEBDC3C) is known color: Starship. HEX triplet: EB, DC and 3C. RGB value is (235,220,60). Sum of RGB (Red+Green+Blue) = 235+220+60=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 60 (23.83% from 255 or 11.65% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC3C is #1423C3. Grayscale: #CECECE. Windows color (decimal): -1319876 or 3988715. OLE color: 3988715.

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

Color convert

RGB 235 220 60 -
CMYK 0 0.06 0.74 0.08
HSL 54.86º 0.81% 0.58% -
HSV(B) 54.86º 0.74% 0.92% -
XYZ 60.67 69.17 14.43 -
YUV 206.25 45.47 148.51 -
System Red Green Blue C M Y K H S L
Decimal 235 220 60 0 0.06 0.74 0.08 54.86 0.81 0.58
Hex EB DC 3C 0 6 4A 8 37 51 3A
Octal 353 334 74 0 6 112 10 67 121 72
Binary 11101011 11011100 111100 0 110 1001010 1000 110111 1010001 111010

Color Harmonies of #EBDC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC3C

Black with #EBDC3C

Text Example


Text Example

White with #EBDC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC3C; }

 p { color: rgb(235,220,60); }

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

background-color css

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

 a { background-color: rgb(235,220,60); }

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

border-color css

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

 span { border-color: rgb(235,220,60); }

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