Html Css Color HEX #EBD73C Starship

📋 copy color: '#EBD73C'

red 235 ◦ green 215 ◦ blue 60

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

Shades of Starship #EBD73C

Tints of Starship #EBD73C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.16%

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

R = 46.08%
G = 42.16%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBD73C (or 0xEBD73C) is known color: Starship. HEX triplet: EB, D7 and 3C. RGB value is (235,215,60). Sum of RGB (Red+Green+Blue) = 235+215+60=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 60 (23.83% from 255 or 11.76% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD73C is #1428C3. Grayscale: #CBCBCB. Windows color (decimal): -1321156 or 3987435. OLE color: 3987435.

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

Color convert

RGB 235 215 60 -
CMYK 0 0.09 0.74 0.08
HSL 53.14º 0.81% 0.58% -
HSV(B) 53.14º 0.74% 0.92% -
XYZ 59.38 66.59 14 -
YUV 203.31 47.13 150.6 -
System Red Green Blue C M Y K H S L
Decimal 235 215 60 0 0.09 0.74 0.08 53.14 0.81 0.58
Hex EB D7 3C 0 9 4A 8 35 51 3A
Octal 353 327 74 0 11 112 10 65 121 72
Binary 11101011 11010111 111100 0 1001 1001010 1000 110101 1010001 111010

Color Harmonies of #EBD73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD73C

Black with #EBD73C

Text Example


Text Example

White with #EBD73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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